[issue13532] In IDLE, sys.stdout.write and sys.stderr can write any pickleable object

Martin v. Löwis report at bugs.python.org
Wed Dec 14 18:38:51 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

> We should like the IDLE shell to give the same results as the standard shell. 

I disagree that this should be an absolute principle. Two standard
shells may not give the same result due to running in different
environments, so forcing IDLE to give the same result as a specific
standard shell is not reasonable when taken absolutely.

----------
title: In IDLE, sys.stdout and sys.stderr can write any pickleable object -> In IDLE,	sys.stdout.write and sys.stderr can write any pickleable object

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13532>
_______________________________________


More information about the Python-bugs-list mailing list