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 ezio.melotti
Recipients amaury.forgeotdarc, barry, benjamin.peterson, brian.curtin, eric.araujo, esam, ezio.melotti, flox, pitrou, rhettinger
Date 2010-01-31.03:15:13
SpamBayes Score 4.6986692e-11
Marked as misclassified No
Message-id <1264907741.58.0.813253325223.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
The patch for bsddb3 looks good, however there's no reason (IMHO) to keep in the tests those "if sys.version_info[0] < 3:" or replace the version with (2,6) since we are already using things like assertIn that are 2.7-only. I changed it only to avoid warnings, and left it unchanged in other places (not related to this issue) and in dbtables.py (to preserve compatibility in the unlikely case that someone wants to try running 2.7's bsddb with older versions of Python).
Attached a new patch.
History
Date User Action Args
2010-01-31 03:15:43ezio.melottisetrecipients: + ezio.melotti, barry, rhettinger, amaury.forgeotdarc, pitrou, benjamin.peterson, eric.araujo, brian.curtin, flox, esam
2010-01-31 03:15:41ezio.melottisetmessageid: <1264907741.58.0.813253325223.issue7092@psf.upfronthosting.co.za>
2010-01-31 03:15:39ezio.melottilinkissue7092 messages
2010-01-31 03:15:36ezio.melotticreate