Skip to content

Commit 373deb0

Browse files
committed
Write a "What's New" entry
1 parent 0878b55 commit 373deb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,10 @@ functools
605605
callables.
606606
(Contributed by Serhiy Storchaka in :gh:`140873`.)
607607

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+
608612

609613
hashlib
610614
-------

0 commit comments

Comments
 (0)