Skip to content

Commit c94c41c

Browse files
authored
Add IDLE NEWS items for 3.7 (#2090)
1 parent 05dc20f commit c94c41c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Misc/NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,22 @@ Library
10781078
sys.getrecursionlimit() times, to protect against objects which create a new
10791079
object on every attribute access.
10801080

1081+
IDLE
1082+
----
1083+
1084+
- bpo-30290: Help-about: use pep8 names and add tests.
1085+
Increase coverage to 100%.
1086+
Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
1087+
1088+
- bpo-30303: Add _utest option to textview; add new tests.
1089+
Increase coverage to 100%.
1090+
Patches by Louie Lu and Terry Jan Reedy.
1091+
1092+
- Issue #29071: IDLE colors f-string prefixes (but not invalid ur prefixes).
1093+
1094+
- Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
1095+
Update and augment description of the configuration system.
1096+
10811097
Windows
10821098
-------
10831099

0 commit comments

Comments
 (0)