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 ncoghlan
Recipients Arfrever, Claudiu.Popa, kousu, ncoghlan, python-dev, rhettinger, terry.reedy
Date 2013-11-17.06:03:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384668202.45.0.641795282988.issue19282@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Claudiu!

Additional tweaks in the committed version:

- added a paragraph to the docs about the with statement support and moved the versionchanged note there
- changed the example in the docs to use a with statement
- added a basic test that the dumbdbm impl was actually closed, with a comment referencing issue 19385 (since that isn't subject to the beta 1 deadline)
History
Date User Action Args
2013-11-17 06:03:22ncoghlansetrecipients: + ncoghlan, rhettinger, terry.reedy, kousu, Arfrever, Claudiu.Popa, python-dev
2013-11-17 06:03:22ncoghlansetmessageid: <1384668202.45.0.641795282988.issue19282@psf.upfronthosting.co.za>
2013-11-17 06:03:22ncoghlanlinkissue19282 messages
2013-11-17 06:03:22ncoghlancreate