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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes, pitrou, skip.montanaro
Date 2008-12-10.00:04:00
SpamBayes Score 1.6904058e-05
Marked as misclassified No
Message-id <1228867441.39.0.312361438013.issue4604@psf.upfronthosting.co.za>
In-reply-to
Content
- The patch corrects a specific case, but not others: for example if the 
file is opened in "r" (text) mode.
There are also other methods to test: peek(), read1()...

- It should use
   self._checkClosed()
which already raises the same exception with the same message.
History
Date User Action Args
2008-12-10 00:04:01amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, skip.montanaro, pitrou, christian.heimes
2008-12-10 00:04:01amaury.forgeotdarcsetmessageid: <1228867441.39.0.312361438013.issue4604@psf.upfronthosting.co.za>
2008-12-10 00:04:00amaury.forgeotdarclinkissue4604 messages
2008-12-10 00:04:00amaury.forgeotdarccreate