summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-09-10 20:24:54 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-09-10 20:24:54 (GMT)
commitd92cecb9f1d3ef887424b65561d9f93d33db41ef (patch)
tree7f7e8a58b5b3da1ee005efe2af9b1b006d87fd8f /Misc
parent109bc3aa7345926c0df2b1bf97541c551f202893 (diff)
downloadcpython-d92cecb9f1d3ef887424b65561d9f93d33db41ef.zip
cpython-d92cecb9f1d3ef887424b65561d9f93d33db41ef.tar.gz
cpython-d92cecb9f1d3ef887424b65561d9f93d33db41ef.tar.bz2
IDLE newx items.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f728c36..10a7325 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -253,6 +253,13 @@ Library
IDLE
----
+- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
+
+- 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.