summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 03:21:22 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-21 03:21:22 (GMT)
commitbb5f83f181b1589ba478b62db54497b23be097aa (patch)
treef170ddea4fc55d0040f2ca4a66c354991891d5fc /Misc
parent44e4b11dd8ad2d09b71b0ce2f59933d9cab7b743 (diff)
downloadcpython-bb5f83f181b1589ba478b62db54497b23be097aa.zip
cpython-bb5f83f181b1589ba478b62db54497b23be097aa.tar.gz
cpython-bb5f83f181b1589ba478b62db54497b23be097aa.tar.bz2
Add NEWS items for Idle.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d570bd4..69b66e9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -442,6 +442,21 @@ Library
IDLE
----
+- Issue #25199: Idle: add synchronization comments for future maintainers.
+
+- Issue #16893: Replace help.txt with idle.html for Idle doc display.
+ The new idlelib/idle.html is copied from Doc/build/html/idle.html.
+ It looks better than help.txt and will better document Idle as released.
+ The tkinter html viewer that works for this file was written by Rose Roseman.
+ The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
+
+- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
+
+- Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
+ Patch by Mark Roseman.
+
+- Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
+
- Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi.