summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-08-21 01:41:03 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-08-21 01:41:03 (GMT)
commitd3fb55797bf7d759e37a57633a40b1df5fd41350 (patch)
treea4ad15b3bfd6fe1f7d1d20649a94f08359483105 /Misc
parentf7ac36837a2cbfad687fa068a225e85f5dc2f1b7 (diff)
downloadcpython-d3fb55797bf7d759e37a57633a40b1df5fd41350.zip
cpython-d3fb55797bf7d759e37a57633a40b1df5fd41350.tar.gz
cpython-d3fb55797bf7d759e37a57633a40b1df5fd41350.tar.bz2
Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index df0d0ec..ff437a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,15 @@ 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 #25507: IDLE no longer runs buggy code because of its tkinter imports.
+ Users must include the same imports required to run directly in Python.
+
+- 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.