]> granicus.if.org Git - python/commitdiff
IDLE newx items.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Sep 2016 20:24:31 +0000 (16:24 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 10 Sep 2016 20:24:31 +0000 (16:24 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 4c96cbb5ac995d909792245b934b801bf9993786..44107835684ef702d073ca361c0753b3b2d6daa6 100644 (file)
@@ -2,6 +2,15 @@ What's New in IDLE 2.7.13?
 ==========================
 *Release date: 2017-01-01?*
 
+- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
+
+- 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 #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 from test_config.
index e6820c9dd58362d27d1a973a57733d2ac4aaad62..27afe9d323c4ab9b854cbdb2e225bc6f37d02009 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,6 +142,15 @@ Library
 IDLE
 ----
 
+- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
+
+- 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 #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 from test_config.