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 rsc1975
Recipients r.david.murray, rsc1975
Date 2015-08-31.22:34:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441060473.57.0.203570541561.issue24966@psf.upfronthosting.co.za>
In-reply-to
Content
I totally agree, on the other hand, if the detach() method can cause that some core methods like shutil.get_termina_size() raise an exception then I think that should be warned in the doc of detach().

In all places that I've seen, the detach() method is used to overwrite the stdout in py3, so a sort of advice about the using of detach() It'd save some problems.
History
Date User Action Args
2015-08-31 22:34:33rsc1975setrecipients: + rsc1975, r.david.murray
2015-08-31 22:34:33rsc1975setmessageid: <1441060473.57.0.203570541561.issue24966@psf.upfronthosting.co.za>
2015-08-31 22:34:33rsc1975linkissue24966 messages
2015-08-31 22:34:33rsc1975create