[Python-checkins] cpython (2.7): Issue #23583: Fixed writing unicode to standard output stream in IDLE.

serhiy.storchaka python-checkins at python.org
Tue Mar 24 18:50:40 CET 2015


https://hg.python.org/cpython/rev/0c72cdf3ff22
changeset:   95171:0c72cdf3ff22
branch:      2.7
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue Mar 24 19:45:45 2015 +0200
summary:
  Issue #23583: Fixed writing unicode to standard output stream in IDLE.
Added tests for standard IO streams in IDLE.

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,8 +21,6 @@
 Library
 -------
 
-- Issue #23583: Fixed writing unicode to standard output stream in IDLE.
-
 - Issue #21560: An attempt to write a data of wrong type no longer cause
   GzipFile corruption.  Original patch by Wolfgang Maier.
 
@@ -191,6 +189,8 @@
 IDLE
 ----
 
+- Issue #23583: Fixed writing unicode to standard output stream in IDLE.
+
 - Issue #20577: Configuration of the max line length for the FormatParagraph
   extension has been moved from the General tab of the Idle preferences dialog
   to the FormatParagraph tab of the Config Extensions dialog.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list