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 doko
Recipients doko
Date 2012-07-01.08:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341131768.44.0.275273067892.issue15235@psf.upfronthosting.co.za>
In-reply-to
Content
setup.py still has a version check for berkley db, currently only allowing versions up to 5.1.x. I'm checking in a patch to bump this to allow versions up to 5.3.x.

Maybe this version check should be disabled (after 3.3), using berkley db as a backend for the dbm module doesn't rely on any fancy berkley db features.
History
Date User Action Args
2012-07-01 08:36:08dokosetrecipients: + doko
2012-07-01 08:36:08dokosetmessageid: <1341131768.44.0.275273067892.issue15235@psf.upfronthosting.co.za>
2012-07-01 08:36:07dokolinkissue15235 messages
2012-07-01 08:36:07dokocreate