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 segfaulthunter
Recipients georg.brandl, segfaulthunter
Date 2008-07-16.23:10:43
SpamBayes Score 0.00086756784
Marked as misclassified No
Message-id <1216249845.47.0.203384807378.issue3388@psf.upfronthosting.co.za>
In-reply-to
Content
I think that the Python 3.0 Tutorial should show the reader that the
with keyword is an excellent way of reading data from a file and closing
it afterwards, even if exceptions occur.
History
Date User Action Args
2008-07-16 23:10:45segfaulthuntersetspambayes_score: 0.000867568 -> 0.00086756784
recipients: + segfaulthunter, georg.brandl
2008-07-16 23:10:45segfaulthuntersetspambayes_score: 0.000867568 -> 0.000867568
messageid: <1216249845.47.0.203384807378.issue3388@psf.upfronthosting.co.za>
2008-07-16 23:10:44segfaulthunterlinkissue3388 messages
2008-07-16 23:10:44segfaulthuntercreate