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 jcea
Recipients amaury.forgeotdarc, barry, benjamin.peterson, brian.curtin, eric.araujo, esam, ezio.melotti, flox, jcea, pitrou, rhettinger
Date 2010-03-18.20:37:26
SpamBayes Score 0.0009239087
Marked as misclassified No
Message-id <1268944648.74.0.885250475774.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
Florent you are right, good catch. I can not use context managers because "with" is invalid syntax in python 2.3 and 2.4, that I must support for a while.

I have implemented a context manager manually, following the description in PEP 343. This change is available in pybsddb 4.8.3+. I plan to integrate pybsddb 4.8.3, see issue8156.
History
Date User Action Args
2010-03-18 20:38:01jceaunlinkissue7092 messages
2010-03-18 20:37:28jceasetrecipients: + jcea, barry, rhettinger, amaury.forgeotdarc, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, brian.curtin, flox, esam
2010-03-18 20:37:28jceasetmessageid: <1268944648.74.0.885250475774.issue7092@psf.upfronthosting.co.za>
2010-03-18 20:37:26jcealinkissue7092 messages
2010-03-18 20:37:26jceacreate