File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ What's New in IDLE 3.6.0?
22===========================
33*Release date: 2016-09-??*
44
5+ - Issue #27372: Test_idle no longer changes the locale.
6+
7+ - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
8+
9+ - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
10+ Previously, when IDLE was started from a console or by import, a cascade
11+ of warnings was emitted. Patch by Serhiy Storchaka.
12+
13+ - Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
14+ Fix code and tests that fail with this restriction.
15+ Fix htests to not create a second and redundant root and mainloop.
16+
17+ - Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
18+
519- Issue #5124: Paste with text selected now replaces the selection on X11.
620 This matches how paste works on Windows, Mac, most modern Linux apps,
721 and ttk widgets. Original patch by Serhiy Storchaka.
Original file line number Diff line number Diff line change @@ -87,6 +87,18 @@ Library
8787IDLE
8888----
8989
90+ - Issue #27372: Test_idle no longer changes the locale.
91+
92+ - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
93+
94+ - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
95+ Previously, when IDLE was started from a console or by import, a cascade
96+ of warnings was emitted. Patch by Serhiy Storchaka.
97+
98+ - Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
99+ Fix code and tests that fail with this restriction.
100+ Fix htests to not create a second and redundant root and mainloop.
101+
90102- Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
91103
92104C API
You can’t perform that action at this time.
0 commit comments