From 7a2a586a52e12b8f3ec66fe0c63bb254bfa0042b Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 20 Aug 2016 21:40:55 -0400 Subject: [PATCH] Add 2.7.13 IDLE NEWS and idlelib/NEWS.txt items. --- Lib/idlelib/NEWS.txt | 6 ++++++ Misc/NEWS | 6 ++++++ 2 files changed, 12 insertions(+) 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. -- 2.50.1