File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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+
112What'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,
Original file line number Diff line number Diff 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+
6069C API
6170-----
6271
You can’t perform that action at this time.
0 commit comments