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 math_foo
Recipients alexkon, asvetlov, benjamin.peterson, docs@python, hynek, math_foo, meador.inge, pitrou, stutzbach
Date 2014-04-14.19:11:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397502702.87.0.867205752599.issue15840@psf.upfronthosting.co.za>
In-reply-to
Content
Changed documentation to state that ValueError should be raised if any operation (excluding close()) is called on a closed stream.

This appears to be what is done in iobase.c; and some investigation of inheriting types (rawiobase, fileio, bufferedio, etc.) indicates that there is nowhere where an IOError is being raised instead.

Sphinx documentation appears to already be update to date.

Is there any known place where operations on a closed stream raise IOError? I am currently assuming no.
History
Date User Action Args
2014-04-14 19:11:42math_foosetrecipients: + math_foo, pitrou, benjamin.peterson, stutzbach, asvetlov, meador.inge, docs@python, hynek, alexkon
2014-04-14 19:11:42math_foosetmessageid: <1397502702.87.0.867205752599.issue15840@psf.upfronthosting.co.za>
2014-04-14 19:11:42math_foolinkissue15840 messages
2014-04-14 19:11:42math_foocreate