This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients serhiy.storchaka, vstinner
Date 2017-07-25.12:22:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500985348.08.0.459711270436.issue31026@psf.upfronthosting.co.za>
In-reply-to
Content
Which dbm implementation are you using? Do you have the following modules?

haypo@selma$ ./python 
Python 3.7.0a0 (heads/master:3924377, Jul 25 2017, 14:17:41) 
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import _gdbm
>>> import _dbm
History
Date User Action Args
2017-07-25 12:22:28vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-07-25 12:22:28vstinnersetmessageid: <1500985348.08.0.459711270436.issue31026@psf.upfronthosting.co.za>
2017-07-25 12:22:28vstinnerlinkissue31026 messages
2017-07-25 12:22:27vstinnercreate