Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3249dec commit 13aaef5Copy full SHA for 13aaef5
2 files changed
Misc/ACKS
@@ -777,6 +777,7 @@ Michael Stone
777
Ken Stox
778
Dan Stromberg
779
Daniel Stutzbach
780
+Andreas Stührk
781
Pal Subbiah
782
Nathan Sullivan
783
Mark Summerfield
Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
13
- Issue #9756: When calling a method descriptor or a slot wrapper descriptor,
14
the check of the object type doesn't read the __class__ attribute anymore.
15
Fix a crash if a class override its __class__ attribute (e.g. a proxy of the
16
- str type).
+ str type). Patch written by Andreas Stührk.
17
18
- Issue #6780: fix starts/endswith error message to mention that tuples are
19
accepted too.
0 commit comments