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 docs@python, fviard, pitrou, r.david.murray, terry.reedy
Date 2013-10-08.21:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381266660.54.0.0640448787801.issue19154@psf.upfronthosting.co.za>
In-reply-to
Content
I think ValueError should generally be raised when calling fileno() on a closed file. However, this is not something we're gonna change in a bugfix release, so it would go in 3.4 at the earliest.
History
Date User Action Args
2013-10-08 21:11:00pitrousetrecipients: + pitrou, terry.reedy, r.david.murray, docs@python, fviard
2013-10-08 21:11:00pitrousetmessageid: <1381266660.54.0.0640448787801.issue19154@psf.upfronthosting.co.za>
2013-10-08 21:11:00pitroulinkissue19154 messages
2013-10-08 21:11:00pitroucreate