Kaydet (Commit) d07ec7b0 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Issue #23583: Fixed writing unicode to standard output stream in IDLE.

Added tests for standard IO streams in IDLE.
üst ac5164dd
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment