]> granicus.if.org Git - python/commit
bpo-32227: functools.singledispatch supports registering via type annotations (#4733)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 11 Dec 2017 21:56:31 +0000 (13:56 -0800)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2017 21:56:31 +0000 (13:56 -0800)
commite56975351bc2c574c728f738e88effba7116279f
tree93bed37645291022f0f82fd2c282ca35a61383af
parent8874342cf332c3aa3d845155cc4b41b00c2d9e9d
bpo-32227: functools.singledispatch supports registering via type annotations (#4733)
Doc/library/functools.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2017-12-05-13-25-15.bpo-32227.3vnWFS.rst [new file with mode: 0644]