summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-08-21 01:43:00 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-08-21 01:43:00 (GMT)
commit97c463dcfb4fe0fc7c26c42b2cc92e477be3059e (patch)
tree6cad240f0c9daa81b79c1d2b075e88f89183e5e6 /Lib/idlelib/NEWS.txt
parente194e87f1f4d46456b2b0609c0dda2f42c13d2c5 (diff)
parentd3fb55797bf7d759e37a57633a40b1df5fd41350 (diff)
downloadcpython-97c463dcfb4fe0fc7c26c42b2cc92e477be3059e.zip
cpython-97c463dcfb4fe0fc7c26c42b2cc92e477be3059e.tar.gz
cpython-97c463dcfb4fe0fc7c26c42b2cc92e477be3059e.tar.bz2
Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 1e79cb4..087f315 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,32 @@ What's New in IDLE 3.6.0?
===========================
*Release date: 2016-09-??*
+- Issue #27714: text_textview and test_autocomplete now pass when re-run
+ in the same process. This occurs when test_idle fails when run with the
+ -w option but without -jn. Fix warning tom test_config.
+
+- Issue #27621: Put query response validation error messages in the query
+ box itself instead of a separate massagebox. Redo tests to match.
+ Add Mac OSX refinements. Original patch by Mark Roseman.
+
+- Issue #27620: Escape key now closes Query box as cancelled.
+
+- Issue #27609: IDLE: tab after initial whitespace should tab, not
+ autocomplete. This fixes problem with writing docstrings at lease
+ twice indented.
+
+- Issue #27609: Explicitly return None when there are also non-None
+ returns. In a few cases, reverse a condition and eliminate a return.
+
+- Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
+ Users must include the same imports required to run directly in Python.
+
+- Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
+ Make the default key set depend on the platform.
+ Add tests for the changes to the config module.
+
+- Issue #27452: add line counter and crc to IDLE configHandler test dump.
+
- Issue #27477: IDLE search dialogs now use ttk widgets.
- Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.