Martin Panter added the comment:

I doubt it is worth spending much effort supporting sys.__stdout__ being 
overwritten with StringIO or deleted. That seems an abuse of the “sys” module. 
Idle doesn’t even seem to alter this attribute.

But if you call stdout.close() or detach(), I think that is a more valid way to 
trigger ValueError, so Serhiy’s patch is worthwhile for that case.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26801>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to