[issue22420] Use print(file=sys.stderr) instead of sys.stderr.write() in IDLE

Roundup Robot report at bugs.python.org
Sat Sep 20 04:39:50 CEST 2014


Roundup Robot added the comment:

New changeset 90a2a12fa34d by Terry Jan Reedy in branch '2.7':
Issue #22420: Avoid 'write to None' crashes by using print instead.
https://hg.python.org/cpython/rev/90a2a12fa34d

New changeset 42b03d5b1cbb by Terry Jan Reedy in branch '3.4':
Issue #22420: Avoid 'write to None' crashes by using print instead.
https://hg.python.org/cpython/rev/42b03d5b1cbb

New changeset ab050bd7e51c by Terry Jan Reedy in branch 'default':
Issue #22420: Merge with 3.4
https://hg.python.org/cpython/rev/ab050bd7e51c

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list