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

Serhiy Storchaka report at bugs.python.org
Mon Sep 15 21:15:20 CEST 2014


New submission from Serhiy Storchaka:

Proposed patch replaces print(file=sys.stderr) by sys.stderr.write() in IDLE for same reason as in issue22384. May be this will eliminate some "crashes" when IDLE run with pythonw.exe.

----------
components: IDLE
files: idle_print_stderr.patch
keywords: patch
messages: 226934
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Use print(file=sys.stderr) instead of sys.stderr.write() in IDLE
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file36627/idle_print_stderr.patch

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


More information about the New-bugs-announce mailing list