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 nirai
Recipients asnakelover, brian.curtin, jackdied, nirai, pitrou
Date 2009-12-19.19:31:33
SpamBayes Score 0.014166225
Marked as misclassified No
Message-id <1261251094.35.0.443976640676.issue7471@psf.upfronthosting.co.za>
In-reply-to
Content
isatty() and __iter__() of io.BufferedIOBase raise on closed file and 
__enter__() raises ValueError with different (generic) message. 

Should we keep the original GzipFile methods or prefer the implementation 
of io.BufferedIOBase?
History
Date User Action Args
2009-12-19 19:31:34niraisetrecipients: + nirai, pitrou, jackdied, brian.curtin, asnakelover
2009-12-19 19:31:34niraisetmessageid: <1261251094.35.0.443976640676.issue7471@psf.upfronthosting.co.za>
2009-12-19 19:31:33nirailinkissue7471 messages
2009-12-19 19:31:33niraicreate