Skip to content

Commit 8005e4a

Browse files
committed
Update NEWS and idlelib NEWS.text.
1 parent 0c603bc commit 8005e4a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
What's New in IDLE 3.5.3?
2+
=========================
3+
*Release date: 2017-01-01?*
4+
5+
- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
6+
7+
- Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
8+
Previously, when IDLE was started from a console or by import, a cascade
9+
of warnings was emitted. Patch by Serhiy Storchaka.
10+
11+
112
What's New in IDLE 3.5.2?
213
=========================
3-
*Release date: 2016-06-30?*
14+
*Release date: 2016-06-26*
415

516
- Issue #5124: Paste with text selected now replaces the selection on X11.
617
This matches how paste works on Windows, Mac, most modern Linux apps,

Misc/NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ Library
5757

5858
- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h.
5959

60+
IDLE
61+
----
62+
63+
- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
64+
65+
- Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
66+
Previously, when IDLE was started from a console or by import, a cascade
67+
of warnings was emitted. Patch by Serhiy Storchaka.
68+
6069
C API
6170
-----
6271

0 commit comments

Comments
 (0)