[Python-checkins] cpython (merge 3.4 -> 3.5): Entries for idlelib/NEWS.txt

terry.reedy python-checkins at python.org
Mon Aug 17 05:24:44 CEST 2015


https://hg.python.org/cpython/rev/41d47fe9375f
changeset:   97416:41d47fe9375f
branch:      3.5
parent:      97411:abb0899dc6f6
parent:      97415:e3b79f8dcf53
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Aug 16 23:24:11 2015 -0400
summary:
  Entries for idlelib/NEWS.txt

files:
  Lib/idlelib/NEWS.txt |  13 +++++++++++++
  1 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,19 @@
 =========================
 *Release date: 2015-09-13* ??
 
+- 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.
+
 - Issue #23184: remove unused names and imports in idlelib.
   Initial patch by Al Sweigart.
 

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


More information about the Python-checkins mailing list