mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Add IDLE NEWS items for 3.7 (#2090)
This commit is contained in:
parent
05dc20f992
commit
c94c41ce73
1 changed files with 16 additions and 0 deletions
16
Misc/NEWS
16
Misc/NEWS
|
@ -1078,6 +1078,22 @@ Library
|
||||||
sys.getrecursionlimit() times, to protect against objects which create a new
|
sys.getrecursionlimit() times, to protect against objects which create a new
|
||||||
object on every attribute access.
|
object on every attribute access.
|
||||||
|
|
||||||
|
IDLE
|
||||||
|
----
|
||||||
|
|
||||||
|
- bpo-30290: Help-about: use pep8 names and add tests.
|
||||||
|
Increase coverage to 100%.
|
||||||
|
Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
|
||||||
|
|
||||||
|
- bpo-30303: Add _utest option to textview; add new tests.
|
||||||
|
Increase coverage to 100%.
|
||||||
|
Patches by Louie Lu and Terry Jan Reedy.
|
||||||
|
|
||||||
|
- Issue #29071: IDLE colors f-string prefixes (but not invalid ur prefixes).
|
||||||
|
|
||||||
|
- Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
|
||||||
|
Update and augment description of the configuration system.
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue