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 pitrou
Recipients ajaksu2, amaury.forgeotdarc, pakal, pitrou, vstinner
Date 2010-04-28.20:08:15
SpamBayes Score 0.0014728485
Marked as misclassified No
Message-id <1272485296.25.0.692165710428.issue7865@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, I documented the possibility to call close() several times in r80592.

> Then when you try to wrap a non-readable stream into a readable 
> buffered stream (like BufferedRWPair), it should raise a value error as 
> well,

Good point. Unfortunately, it's now a bit late to change this.
(in any case, it's a programming error to do such things and therefore the user will have to fix his/her code, rather than trying to catch the exception)
History
Date User Action Args
2010-04-28 20:08:16pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, ajaksu2, pakal
2010-04-28 20:08:16pitrousetmessageid: <1272485296.25.0.692165710428.issue7865@psf.upfronthosting.co.za>
2010-04-28 20:08:15pitroulinkissue7865 messages
2010-04-28 20:08:15pitroucreate