Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.

This commit is contained in:
Terry Jan Reedy 2016-08-20 21:41:03 -04:00
parent f7ac36837a
commit d3fb55797b
2 changed files with 18 additions and 0 deletions

View File

@ -2,6 +2,15 @@ What's New in IDLE 3.5.3?
=========================
*Release date: 2017-01-01?*
- 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 #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 #27452: add line counter and crc to IDLE configHandler test dump.
- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
- Issue #27245: IDLE: Cleanly delete custom themes and key bindings.

View File

@ -140,6 +140,15 @@ Library
IDLE
----
- 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 #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 #27452: add line counter and crc to IDLE configHandler test dump.
- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
- Issue #27245: IDLE: Cleanly delete custom themes and key bindings.