From: Serhiy Storchaka Date: Tue, 24 Mar 2015 17:45:45 +0000 (+0200) Subject: Issue #23583: Fixed writing unicode to standard output stream in IDLE. X-Git-Tag: v2.7.10rc1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07ec7b0824948e6601446680cfc300dbc9f717d;p=thirdparty%2FPython%2Fcpython.git Issue #23583: Fixed writing unicode to standard output stream in IDLE. Added tests for standard IO streams in IDLE. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4f8bc3faeeaf..e9714bbec485 100644 --- 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.