File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1078,6 +1078,22 @@ Library
1078
1078
sys.getrecursionlimit() times, to protect against objects which create a new
1079
1079
object on every attribute access.
1080
1080
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
+
1081
1097
Windows
1082
1098
-------
1083
1099
You can’t perform that action at this time.
0 commit comments