mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
Idle NEWS entries.
This commit is contained in:
commit
a3611751f6
1 changed files with 16 additions and 0 deletions
16
Misc/NEWS
16
Misc/NEWS
|
@ -92,6 +92,22 @@ Library
|
||||||
|
|
||||||
- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
|
- 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
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue