Message 203120 - Python tracker (original) (raw)

Message203120

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:22 ncoghlan set recipients: + ncoghlan, rhettinger, terry.reedy, kousu, Arfrever, Claudiu.Popa, python-dev
2013-11-17 06:03:22 ncoghlan set messageid: 1384668202.45.0.641795282988.issue19282@psf.upfronthosting.co.za
2013-11-17 06:03:22 ncoghlan link issue19282 messages
2013-11-17 06:03:22 ncoghlan create