From: Terry Jan Reedy Date: Sun, 21 Aug 2016 01:40:55 +0000 (-0400) Subject: Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. X-Git-Tag: v2.7.13rc1~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a2a586a52e12b8f3ec66fe0c63bb254bfa0042b;p=python Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index c04c24ce4c..9ba49237ca 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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. diff --git a/Misc/NEWS b/Misc/NEWS index bb02db9543..d4d7a7f3ee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.