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 pakal
Recipients ajaksu2, amaury.forgeotdarc, pakal, pitrou, vstinner
Date 2010-04-28.06:49:51
SpamBayes Score 0.0013417178
Marked as misclassified No
Message-id <1272437393.71.0.76576624242.issue7865@psf.upfronthosting.co.za>
In-reply-to
Content
I'm quite surprised it wasn't already covered by the test suite :S

Anyway I'm quite confused about the semantic which is expected from IO operations...

Should a flush on a closed stream fail (at the moment sometimes it does, sometimes doesn't) ? Why is sometimes ValueError used when I'd rather expect an IOError ?
History
Date User Action Args
2010-04-28 06:49:54pakalsetrecipients: + pakal, amaury.forgeotdarc, pitrou, vstinner, ajaksu2
2010-04-28 06:49:53pakalsetmessageid: <1272437393.71.0.76576624242.issue7865@psf.upfronthosting.co.za>
2010-04-28 06:49:52pakallinkissue7865 messages
2010-04-28 06:49:51pakalcreate