]> granicus.if.org Git - python/commit
Issue #23583: Fixed writing unicode to standard output stream in IDLE.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 17:42:15 +0000 (19:42 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 17:42:15 +0000 (19:42 +0200)
commitac5164dd985397e5bbf89c2789738601b7a47a72
tree55fcca1070bb83c2e6caeac4274f996b3c4cb000
parent1afb9da7478bc4c9470b6f7c692cff233f901548
Issue #23583: Fixed writing unicode to standard output stream in IDLE.
Added tests for standard IO streams in IDLE.
Lib/idlelib/PyShell.py
Lib/idlelib/idle_test/test_io.py [new file with mode: 0644]
Misc/NEWS