]> granicus.if.org Git - python/commitdiff
IDLE NEWS items.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 11 Jul 2016 00:30:43 +0000 (20:30 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 11 Jul 2016 00:30:43 +0000 (20:30 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 4a6924906014b826f7bba005dd46a4c443783ddc..4c2882a9675f40eb35ef6beddbed81d3abcf7a7e 100644 (file)
@@ -2,6 +2,24 @@ What's New in IDLE 3.6.0?
 ===========================
 *Release date: 2016-09-??*
 
+- Issue #27477: IDLE search dialogs now use ttk widgets.
+
+- 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: make command line "idle-test> python test_help.py" work.
+  __file__ is relative when python is started in the file's directory.
+
+- Issue #27452: add line counter and crc to IDLE configHandler test dump.
+
+- Issue #27380: IDLE: add query.py with base Query dialog and ttk widgets.
+  Module had subclasses SectionName, ModuleName, and HelpSource, which are
+  used to get information from users by configdialog and file =>Load Module.
+  Each subclass has itw own validity checks.  Using ModuleName allows users
+  to edit bad module names instead of starting over.
+  Add tests and delete the two files combined into the new one.
+
 - Issue #27372: Test_idle no longer changes the locale.
 
 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
index de83c786749ad40d412e285d3cf19b77ddd27e31..9bd0a5124df115dbb4963d15644245f4f88cef26 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,24 @@ Library
 IDLE
 ----
 
+- Issue #27477: IDLE search dialogs now use ttk widgets.
+
+- 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: make command line "idle-test> python test_help.py" work.
+  __file__ is relative when python is started in the file's directory.
+
+- Issue #27452: add line counter and crc to IDLE configHandler test dump.
+
+- Issue #27380: IDLE: add query.py with base Query dialog and ttk widgets.
+  Module had subclasses SectionName, ModuleName, and HelpSource, which are
+  used to get information from users by configdialog and file =>Load Module.
+  Each subclass has itw own validity checks.  Using ModuleName allows users
+  to edit bad module names instead of starting over.
+  Add tests and delete the two files combined into the new one.
+
 - Issue #27372: Test_idle no longer changes the locale.
 
 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.