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 georg.brandl
Recipients belopolsky, docs@python, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, terry.reedy
Date 2010-11-20.13:21:23
SpamBayes Score 9.451355e-05
Marked as misclassified No
Message-id <1290259284.31.0.24234031572.issue10461@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, this doesn't belong in the style guide; it is obvious that the docs should exhibit "best practice" Python code, and using the with statement when opening resources is certainly such a best practice now.
History
Date User Action Args
2010-11-20 13:21:24georg.brandlsetrecipients: + georg.brandl, terry.reedy, belopolsky, ezio.melotti, eric.araujo, eli.bendersky, docs@python
2010-11-20 13:21:24georg.brandlsetmessageid: <1290259284.31.0.24234031572.issue10461@psf.upfronthosting.co.za>
2010-11-20 13:21:23georg.brandllinkissue10461 messages
2010-11-20 13:21:23georg.brandlcreate