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 dstufft, eric.araujo, serhiy.storchaka
Date 2014-11-09.14:45:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415544341.49.0.85924418958.issue22825@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes distutils.text_file.TextFile support context management and iterator protocols. It makes the use of TextFile simpler. The patch also includes other minor modernizations.
History
Date User Action Args
2014-11-09 14:45:42serhiy.storchakasetrecipients: + serhiy.storchaka, eric.araujo, dstufft
2014-11-09 14:45:41serhiy.storchakasetmessageid: <1415544341.49.0.85924418958.issue22825@psf.upfronthosting.co.za>
2014-11-09 14:45:41serhiy.storchakalinkissue22825 messages
2014-11-09 14:45:41serhiy.storchakacreate