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 serhiy.storchaka
Recipients Todd.Rovito, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2013-08-04.08:08:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375603712.83.0.639368446077.issue18151@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which replace the "open ... close" idiom to the "with open" idiom in IDLE.
History
Date User Action Args
2013-08-04 08:08:32serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, roger.serwy, Todd.Rovito, python-dev
2013-08-04 08:08:32serhiy.storchakasetmessageid: <1375603712.83.0.639368446077.issue18151@psf.upfronthosting.co.za>
2013-08-04 08:08:32serhiy.storchakalinkissue18151 messages
2013-08-04 08:08:32serhiy.storchakacreate