summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-26 22:22:32 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-26 22:22:32 (GMT)
commit754a5c1a1d8cf0b3d61fb4552c57350b0d849089 (patch)
tree2be2e0f235276a42bda07fe7682b9f0d59e4f58e
parent7c1534141d3a159a32db9742e1d201d5c7a9ba81 (diff)
parent1e957d145fa1fc05ca1fbb9f135ab162c939ae14 (diff)
downloadcpython-754a5c1a1d8cf0b3d61fb4552c57350b0d849089.zip
cpython-754a5c1a1d8cf0b3d61fb4552c57350b0d849089.tar.gz
cpython-754a5c1a1d8cf0b3d61fb4552c57350b0d849089.tar.bz2
Merge Update NEWS and idlelib NEWS.text.
-rw-r--r--Lib/idlelib/NEWS.txt14
-rw-r--r--Misc/NEWS12
2 files changed, 26 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 84dbf15..4a69249 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,20 @@ What's New in IDLE 3.6.0?
===========================
*Release date: 2016-09-??*
+- Issue #27372: Test_idle no longer changes the locale.
+
+- 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.
+
+- Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
+ Fix code and tests that fail with this restriction.
+ Fix htests to not create a second and redundant root and mainloop.
+
+- Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
+
- Issue #5124: Paste with text selected now replaces the selection on X11.
This matches how paste works on Windows, Mac, most modern Linux apps,
and ttk widgets. Original patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e61eca..e0af6a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,18 @@ Library
IDLE
----
+- Issue #27372: Test_idle no longer changes the locale.
+
+- 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.
+
+- Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
+ Fix code and tests that fail with this restriction.
+ Fix htests to not create a second and redundant root and mainloop.
+
- Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
C API