Commit 7a2a586a authored by Terry Jan Reedy's avatar Terry Jan Reedy

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

parent 50556129
......@@ -2,6 +2,12 @@ What's New in IDLE 2.7.13?
==========================
*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 #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.
......
......@@ -82,6 +82,12 @@ 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 #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.
......
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