diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 03:23:16 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 03:23:16 (GMT) |
commit | 5080deb5a421da039e7108e83e7216f2e1a6638d (patch) | |
tree | 1537d4035f7afde7bf2404ebb629ba5ca1c4b2c6 /Lib/idlelib | |
parent | 2756d8aa11f7f207a3923a9c91b82176ec77d0f0 (diff) | |
download | cpython-5080deb5a421da039e7108e83e7216f2e1a6638d.zip cpython-5080deb5a421da039e7108e83e7216f2e1a6638d.tar.gz cpython-5080deb5a421da039e7108e83e7216f2e1a6638d.tar.bz2 |
Entries for idlelib/NEWS.txt
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 99e3796..262ee06 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,20 @@ -What's New in Idle 3.4.3? +What's New in Idle 3.4.4? ========================= *Release date: 2015-??-??* +- 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. |