diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 02:14:05 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 02:14:05 (GMT) |
commit | a3611751f6562093a3f1639c43f73c62428172fa (patch) | |
tree | c879d9ea3c449f36d2e9559daf3102e99048d728 | |
parent | ac28169696aa0bbec2c11a860dbfb9e46056fef9 (diff) | |
parent | 2756d8aa11f7f207a3923a9c91b82176ec77d0f0 (diff) | |
download | cpython-a3611751f6562093a3f1639c43f73c62428172fa.zip cpython-a3611751f6562093a3f1639c43f73c62428172fa.tar.gz cpython-a3611751f6562093a3f1639c43f73c62428172fa.tar.bz2 |
Idle NEWS entries.
-rw-r--r-- | Misc/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -92,6 +92,22 @@ Library - Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. +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 ------------- |