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 python-dev
Recipients Claudiu.Popa, python-dev, rhettinger, serhiy.storchaka
Date 2014-06-25.17:40:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gzBT71b38z7LjV@mail.python.org>
In-reply-to
Content
New changeset fdbcb11e0323 by Serhiy Storchaka in branch '3.4':
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
http://hg.python.org/cpython/rev/fdbcb11e0323

New changeset e41b4e8c0c1d by Serhiy Storchaka in branch 'default':
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
http://hg.python.org/cpython/rev/e41b4e8c0c1d

New changeset 893e79196fb3 by Serhiy Storchaka in branch '2.7':
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
http://hg.python.org/cpython/rev/893e79196fb3
History
Date User Action Args
2014-06-25 17:40:12python-devsetrecipients: + python-dev, rhettinger, Claudiu.Popa, serhiy.storchaka
2014-06-25 17:40:11python-devlinkissue21729 messages
2014-06-25 17:40:11python-devcreate