Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e64c91

Browse files
committed
Merge
2 parents 55bff89 + c496eda commit 9e64c91

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

Misc/NEWS

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
4952
Documentation
5053
-------------
5154

0 commit comments

Comments
 (0)