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 2013-03-19.05:34:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363671295.4.0.641867038298.issue17477@psf.upfronthosting.co.za>
In-reply-to
Content
the bsddb module is still supported in 2.7, however only builds using db versions up to 4.8, which at least some Linux distributions ship anymore.  Proposing to update the bsddb module to pybsddb 5.3.0, which supports to build using db up to 5.3.0.

The downside is that this pybsddb version drops support to build using db 4.1 and 4.2 (requires db 4.3 as a minimum). However checking at least seven year old Ubuntu 6.10 (Hardy Heron) reveals that 4.3 is already supported by this version.

I'd like to have some input/tests how the tests do go with this patch with different db versions. please report test results into this issue.
History
Date User Action Args
2013-03-19 05:34:55dokosetrecipients: + doko
2013-03-19 05:34:55dokosetmessageid: <1363671295.4.0.641867038298.issue17477@psf.upfronthosting.co.za>
2013-03-19 05:34:55dokolinkissue17477 messages
2013-03-19 05:34:54dokocreate