diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 02:15:09 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-08-17 02:15:09 (GMT) |
commit | 755cb0ae8d02daa7f231da90c303ebf9a0f3b01f (patch) | |
tree | eec29e06214429b784f8283ddc1e78d5b1e43fca | |
parent | 92491af4e5d6480947803116a9c159e155cc4c3d (diff) | |
parent | a3611751f6562093a3f1639c43f73c62428172fa (diff) | |
download | cpython-755cb0ae8d02daa7f231da90c303ebf9a0f3b01f.zip cpython-755cb0ae8d02daa7f231da90c303ebf9a0f3b01f.tar.gz cpython-755cb0ae8d02daa7f231da90c303ebf9a0f3b01f.tar.bz2 |
Idle NEWS entries.
-rw-r--r-- | Misc/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -97,6 +97,22 @@ Library - Issue #24867: Fix Task.get_stack() for 'async def' coroutines +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 ------------- |