Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 754a5c1

Browse files
committed
Merge Update NEWS and idlelib NEWS.text.
2 parents 7c15341 + 1e957d1 commit 754a5c1

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

Misc/NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ Library
8787
IDLE
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

92104
C API

0 commit comments

Comments
 (0)