changeset: 95171:0c72cdf3ff22 branch: 2.7 user: Serhiy Storchaka date: Tue Mar 24 19:45:45 2015 +0200 files: Misc/NEWS description: Issue #23583: Fixed writing unicode to standard output stream in IDLE. Added tests for standard IO streams in IDLE. diff -r cd9e4f73b5ce -r 0c72cdf3ff22 Misc/NEWS --- a/Misc/NEWS Tue Mar 24 19:42:15 2015 +0200 +++ b/Misc/NEWS Tue Mar 24 19:45:45 2015 +0200 @@ -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.