Date: Fri, 20 Oct 2017 21:11:01 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 223136] databases/py-gdbm: Fix Python 3 support Message-ID: <bug-223136-21822-IFQMmFEvNG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223136-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-223136-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
Greg V <greg@unrelenting.technology> has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to FreeBSD Python <python@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223136-21822-IFQMmFEvNG>
