Commit 70360194 authored by Terry Jan Reedy's avatar Terry Jan Reedy

IDLE newx items. merge from 3.5

parents abd143b2 d92cecb9
What's New in IDLE 3.6.0? What's New in IDLE 3.6.0?
=========================== ===========================
*Release date: 2016-09-??* *Release date: 2016-12-16?*
- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
- Issue #27891: Consistently group and sort imports within idlelib modules.
- Issue #17642: add larger font sizes for classroom projection.
- Add version to title of IDLE help window.
- Issue #25564: In section on IDLE -- console differences, mention that
using exec means that __builtins__ is defined for each statement.
- Issue #27821: Fix 3.6.0a3 regression that prevented custom key sets
from being selected when no custom theme was defined.
- Issue #27714: text_textview and test_autocomplete now pass when re-run - 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 in the same process. This occurs when test_idle fails when run with the
......
...@@ -332,6 +332,23 @@ Library ...@@ -332,6 +332,23 @@ Library
- Issue #21201: Improves readability of multiprocessing error message. Thanks - Issue #21201: Improves readability of multiprocessing error message. Thanks
to Wojciech Walczak for patch. to Wojciech Walczak for patch.
IDLE
----
- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
- Issue #27891: Consistently group and sort imports within idlelib modules.
- Issue #17642: add larger font sizes for classroom projection.
- Add version to title of IDLE help window.
- Issue #25564: In section on IDLE -- console differences, mention that
using exec means that __builtins__ is defined for each statement.
- Issue #27821: Fix 3.6.0a3 regression that prevented custom key sets
from being selected when no custom theme was defined.
C API C API
----- -----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment