diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 02:11:43 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 02:11:43 (GMT) |
commit | 5fa59bd2504e2bf0f849c117f60ac1a9c2603ab8 (patch) | |
tree | 0f83d66fe70eacbf61397499f7ffb3b947375148 | |
parent | b4bdbe9496281969f3376d632619b62caafc73d6 (diff) | |
download | cpython-5fa59bd2504e2bf0f849c117f60ac1a9c2603ab8.zip cpython-5fa59bd2504e2bf0f849c117f60ac1a9c2603ab8.tar.gz cpython-5fa59bd2504e2bf0f849c117f60ac1a9c2603ab8.tar.bz2 |
Idle NEWS entries.
-rw-r--r-- | Misc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -141,6 +141,19 @@ Build 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. |