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 chuck
Recipients aguiar, chuck
Date 2009-09-24.10:58:41
SpamBayes Score 0.00020462488
Marked as misclassified No
Message-id <1253789924.92.0.604568288314.issue5395@psf.upfronthosting.co.za>
In-reply-to
Content
I attached a path for raising IOErrors in fromfile. I also added a 
testcase which failed before.

The test opens a file and closes the file with os.close(fd) without 
telling the file object, so fromfile doesn't notice it's reading from a 
file that is actually closed.
History
Date User Action Args
2009-09-24 10:58:45chucksetrecipients: + chuck, aguiar
2009-09-24 10:58:44chucksetmessageid: <1253789924.92.0.604568288314.issue5395@psf.upfronthosting.co.za>
2009-09-24 10:58:42chucklinkissue5395 messages
2009-09-24 10:58:42chuckcreate