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 peter@psantoro.net, python-dev
Date 2014-02-02.20:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fHP2h2B8wz7Ljb@mail.python.org>
In-reply-to
Content
New changeset 767d034b3feb by Benjamin Peterson in branch '2.7':
use with statement to ensure zipfile is always closed (closes #20102)
http://hg.python.org/cpython/rev/767d034b3feb

New changeset 838674d15b5b by Benjamin Peterson in branch '3.3':
use with statement to ensure zipfile is always closed (closes #20102)
http://hg.python.org/cpython/rev/838674d15b5b

New changeset 20aa07f93ca7 by Benjamin Peterson in branch 'default':
merge 3.3 (#20102)
http://hg.python.org/cpython/rev/20aa07f93ca7
History
Date User Action Args
2014-02-02 20:31:25python-devsetrecipients: + python-dev, peter@psantoro.net
2014-02-02 20:31:24python-devlinkissue20102 messages
2014-02-02 20:31:24python-devcreate