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 benjamin.peterson
Recipients benjamin.peterson
Date 2008-01-26.19:21:26
SpamBayes Score 0.2587757
Marked as misclassified No
Message-id <1201375289.15.0.528782395183.issue1941@psf.upfronthosting.co.za>
In-reply-to
Content
This patch modernizes many modules in the stdlib by making them using
the with statement. They affected modules are modulefinder, ftplib,
cookielib, shutil, pydoc, platform, _LWPCookieJar, mailbox,
_MozillaCookieJar, and zipfile.
History
Date User Action Args
2008-01-26 19:21:29benjamin.petersonsetspambayes_score: 0.258776 -> 0.2587757
recipients: + benjamin.peterson
2008-01-26 19:21:29benjamin.petersonsetspambayes_score: 0.258776 -> 0.258776
messageid: <1201375289.15.0.528782395183.issue1941@psf.upfronthosting.co.za>
2008-01-26 19:21:27benjamin.petersonlinkissue1941 messages
2008-01-26 19:21:26benjamin.petersoncreate