[Python-checkins] cpython (2.7): Idle NEWS entries.
terry.reedy
python-checkins at python.org
Mon Aug 17 04:12:06 CEST 2015
https://hg.python.org/cpython/rev/c31b58b31e29
changeset: 97409:c31b58b31e29
branch: 2.7
parent: 97405:d54aa163e4ec
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Sun Aug 16 22:11:43 2015 -0400
summary:
Idle NEWS entries.
files:
Misc/NEWS | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,19 @@
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.
+
- Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
decoding unicode literals.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list