diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-06-26 22:20:20 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-06-26 22:20:20 (GMT) |
commit | 1e957d145fa1fc05ca1fbb9f135ab162c939ae14 (patch) | |
tree | 22fbcb1e1e084eadf92eeda40267a66adc13d14d | |
parent | 745a407df88f2c5baacb4e61d8e37e7ed5d4671f (diff) | |
download | cpython-1e957d145fa1fc05ca1fbb9f135ab162c939ae14.zip cpython-1e957d145fa1fc05ca1fbb9f135ab162c939ae14.tar.gz cpython-1e957d145fa1fc05ca1fbb9f135ab162c939ae14.tar.bz2 |
Update NEWS and idlelib NEWS.text.
-rw-r--r-- | Lib/idlelib/NEWS.txt | 13 | ||||
-rw-r--r-- | Misc/NEWS | 9 |
2 files changed, 21 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 00d5005..6ef2aa5 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,17 @@ +What's New in IDLE 3.5.3? +========================= +*Release date: 2017-01-01?* + +- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names. + +- Issue #27245: IDLE: Cleanly delete custom themes and key bindings. + Previously, when IDLE was started from a console or by import, a cascade + of warnings was emitted. Patch by Serhiy Storchaka. + + What's New in IDLE 3.5.2? ========================= -*Release date: 2016-06-30?* +*Release date: 2016-06-26* - Issue #5124: Paste with text selected now replaces the selection on X11. This matches how paste works on Windows, Mac, most modern Linux apps, @@ -57,6 +57,15 @@ Library - Issue #26930: Update Windows builds to use OpenSSL 1.0.2h. +IDLE +---- + +- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names. + +- Issue #27245: IDLE: Cleanly delete custom themes and key bindings. + Previously, when IDLE was started from a console or by import, a cascade + of warnings was emitted. Patch by Serhiy Storchaka. + C API ----- |