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 Todd.Rovito, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-08-04.19:40:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3c7XWn1f5zz7LjQ@mail.python.org>
In-reply-to
Content
New changeset e450e85e2075 by Terry Jan Reedy in branch '3.3':
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
http://hg.python.org/cpython/rev/e450e85e2075

New changeset 7f6661a90d02 by Terry Jan Reedy in branch '2.7':
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
http://hg.python.org/cpython/rev/7f6661a90d02
History
Date User Action Args
2013-08-04 19:40:21python-devsetrecipients: + python-dev, terry.reedy, roger.serwy, Todd.Rovito, serhiy.storchaka
2013-08-04 19:40:21python-devlinkissue18151 messages
2013-08-04 19:40:21python-devcreate