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 flox
Recipients asvetlov, brian.curtin, flox, loewis
Date 2010-02-09.08:05:50
SpamBayes Score 3.6878562e-05
Marked as misclassified No
Message-id <1265702751.91.0.499227243418.issue7443@psf.upfronthosting.co.za>
In-reply-to
Content
Note: the fix in test_linecache.py is useless.

The "with open(source_name, 'w') as source:" context manager is in charge of closing the file on __exit__.
History
Date User Action Args
2010-02-09 08:05:51floxsetrecipients: + flox, loewis, brian.curtin, asvetlov
2010-02-09 08:05:51floxsetmessageid: <1265702751.91.0.499227243418.issue7443@psf.upfronthosting.co.za>
2010-02-09 08:05:50floxlinkissue7443 messages
2010-02-09 08:05:50floxcreate