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 ned.deily, ronaldoussoren, tjhnson, vstinner
Date 2014-10-02.16:59:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412269174.66.0.431664286113.issue22534@psf.upfronthosting.co.za>
In-reply-to
Content
> [10:55:57] ~$ python -c "import anydbm;d = anydbm.open('bla', 'c');print(type(d))"
> <class 'bsddb._DBWithCursor'>

Hum, on Mac OS X, I don't have the bsddb module installed by default. How did you install it?
History
Date User Action Args
2014-10-02 16:59:34vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, tjhnson
2014-10-02 16:59:34vstinnersetmessageid: <1412269174.66.0.431664286113.issue22534@psf.upfronthosting.co.za>
2014-10-02 16:59:34vstinnerlinkissue22534 messages
2014-10-02 16:59:34vstinnercreate