summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-08-25 20:51:14 (GMT)
committerLarry Hastings <larry@hastings.org>2015-08-25 20:51:14 (GMT)
commitabcf3a128e0302931ce0e2f78294dd6e52f4d608 (patch)
tree61329cf8ae4b0ef5d18f79787542c9f400692b0b
parentb96646684e66fef88f1e9cf47266abeea4116e7c (diff)
downloadcpython-abcf3a128e0302931ce0e2f78294dd6e52f4d608.zip
cpython-abcf3a128e0302931ce0e2f78294dd6e52f4d608.tar.gz
cpython-abcf3a128e0302931ce0e2f78294dd6e52f4d608.tar.bz2
Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1.
-rw-r--r--Misc/NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0312def..60aeccf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,7 +97,21 @@ Library
- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
-- Issue #24867: Fix Task.get_stack() for 'async def' coroutines
+IDLE
+----
+
+- Issue #23672: Allow Idle to edit and run files with astral chars in name.
+ Patch by Mohd Sanad Zaki Rizvi.
+
+- Issue 24745: Idle editor default font. Switch from Courier to
+ platform-sensitive TkFixedFont. This should not affect current customized
+ font selections. If there is a problem, edit $HOME/.idlerc/config-main.cfg
+ and remove 'fontxxx' entries from [Editor Window]. Patch by Mark Roseman.
+
+- Issue #21192: Idle editor. When a file is run, put its name in the restart bar.
+ Do not print false prompts. Original patch by Adnan Umer.
+
+- Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
Documentation
-------------