]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #23583: Fixed writing unicode to standard output stream in IDLE.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 17:45:45 +0000 (19:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 17:45:45 +0000 (19:45 +0200)
Added tests for standard IO streams in IDLE.

Misc/NEWS

index 4f8bc3faeeaf2065e1259c1f03c9948dbd41c63c..e9714bbec485a8a196d82ffd360ba6f4a5045c4d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,8 +21,6 @@ Core and Builtins
 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 @@ Tests
 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.