Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
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=3D223136



--- Description ---
Created attachment 187336
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187336&action=
=3Dedit
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223136-21822-IFQMmFEvNG>