]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140873: Fix the singledispatchmethod documentation (GH-141523)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Nov 2025 11:16:39 +0000 (13:16 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 11:16:39 +0000 (13:16 +0200)
commitd89eb2f984032836e268d1b9af9c2400cddc474e
tree0e612c0c2dba6012c3d76386819412b0f9faec48
parent3388413fc5a1331de64def824a660d1d0a941538
[3.14] gh-140873: Fix the singledispatchmethod documentation (GH-141523)

It does not support non-descriptor callables yet.
Doc/library/functools.rst
Lib/functools.py