[Python-checkins] cpython (3.5): Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1.

larry.hastings python-checkins at python.org
Tue Aug 25 23:25:11 CEST 2015


https://hg.python.org/cpython/rev/67c92700fe26
changeset:   97505:67c92700fe26
branch:      3.5
user:        Larry Hastings <larry at hastings.org>
date:        Tue Aug 25 13:51:14 2015 -0700
summary:
  Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1.

files:
  Misc/NEWS |  16 +++++++++++++++-
  1 files changed, 15 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,7 +97,21 @@
 
 - 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
 -------------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list