diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 03:24:11 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 03:24:11 (GMT) |
commit | 13e09709b455da241340bbf7513a48e05670fc14 (patch) | |
tree | e0ca319e3324a6e2519b533e53fc355b0f374638 /Lib | |
parent | a3611751f6562093a3f1639c43f73c62428172fa (diff) | |
parent | 5080deb5a421da039e7108e83e7216f2e1a6638d (diff) | |
download | cpython-13e09709b455da241340bbf7513a48e05670fc14.zip cpython-13e09709b455da241340bbf7513a48e05670fc14.tar.gz cpython-13e09709b455da241340bbf7513a48e05670fc14.tar.bz2 |
Entries for idlelib/NEWS.txt
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 2d8ce54..be063c4 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,6 +2,19 @@ What's New in IDLE 3.5.0? ========================= *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. |