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 martin.panter
Recipients martin.panter
Date 2014-12-20.14:19:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419085189.47.0.13249408936.issue23093@psf.upfronthosting.co.za>
In-reply-to
Content
Patch to fix the underlying issue I mentioned in msg230955. After calling detach() on one of the BufferedIOBase wrappers or a TextIOWrapper, most operations will raise an exception. My patch ensures the following operations are still usable, because they are documented and it doesn’t make sense to disable them:

repr(stream)
stream.encoding
stream.errors
stream.line_buffering
History
Date User Action Args
2014-12-20 14:19:49martin.pantersetrecipients: + martin.panter
2014-12-20 14:19:49martin.pantersetmessageid: <1419085189.47.0.13249408936.issue23093@psf.upfronthosting.co.za>
2014-12-20 14:19:49martin.panterlinkissue23093 messages
2014-12-20 14:19:49martin.pantercreate