maintainer-feedback requested: [Bug 223136] databases/py-gdbm: Fix Python 3 support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 20 21:11:02 UTC 2017


Greg V <greg at unrelenting.technology> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python
<python at FreeBSD.org>:
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.


More information about the freebsd-python mailing list