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 0878b55 commit 373deb0Copy full SHA for 373deb0
Doc/whatsnew/3.15.rst
@@ -605,6 +605,10 @@ functools
605
callables.
606
(Contributed by Serhiy Storchaka in :gh:`140873`.)
607
608
+* :func:`~functools.singledispatchmethod` now dispatches on the second argument
609
+ if it wraps a regular method and is called as a class attribute.
610
+ (Contributed by Bartosz Sławecki in :gh:`143535`.)
611
+
612
613
hashlib
614
-------
0 commit comments