diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-07-11 00:30:43 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-07-11 00:30:43 (GMT) |
commit | 4bf9c51f9b37dd08a2c02f637b5854ca6c8b8247 (patch) | |
tree | 84badcb1cca3f2fe6897fb6696ba794f9cf8653b /Lib/idlelib/NEWS.txt | |
parent | 6f7b0f577ea16df0b9bc3ee2a66fd668e83414eb (diff) | |
download | cpython-4bf9c51f9b37dd08a2c02f637b5854ca6c8b8247.zip cpython-4bf9c51f9b37dd08a2c02f637b5854ca6c8b8247.tar.gz cpython-4bf9c51f9b37dd08a2c02f637b5854ca6c8b8247.tar.bz2 |
IDLE NEWS items.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4a69249..4c2882a 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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. |