Greg V <[email protected]> has reassigned Bugzilla Automation <[email protected]>'s request for maintainer-feedback to FreeBSD Python <[email protected]>: Bug 223136: databases/py-gdbm: Fix Python 3 support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223136
--- Description --- Created attachment 187336 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187336&action=edit py-gdbm.patch This tiny, one-character patch fixes Python 3 support :D Python 3 expects the library to be named _gdbm, not just gdbm. After this change, 'import dbm.gnu as gdbm' no longer fails. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
