File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,15 @@ Library
2727- Issue #17572: Avoid chained exceptions while passing bad directives to
2828 time.strptime(). Initial patch by Claudiu Popa.
2929
30+ - Issue #17435: threading.Timer's __init__ method no longer uses mutable
31+ default values for the args and kwargs parameters.
32+
33+ - Issue #17526: fix an IndexError raised while passing code without filename to
34+ inspect.findsource(). Initial patch by Tyler Doyle.
35+
36+ IDLE
37+ ----
38+
3039- Issue #17625: In IDLE, close the replace dialog after it is used.
3140
3241- Issue #14254: IDLE now handles readline correctly across shell restarts.
@@ -40,12 +49,6 @@ Library
4049
4150- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
4251
43- - Issue #17435: threading.Timer's __init__ method no longer uses mutable
44- default values for the args and kwargs parameters.
45-
46- - Issue #17526: fix an IndexError raised while passing code without filename to
47- inspect.findsource(). Initial patch by Tyler Doyle.
48-
4952Documentation
5053-------------
5154
You can’t perform that action at this time.
0 commit comments