]> granicus.if.org Git - python/commit
bpo-30878: Fix error message when keyword arguments are passed (#2635)
authorSylvain <sylvain.desodt+github@gmail.com>
Sun, 9 Jul 2017 03:45:06 +0000 (05:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 9 Jul 2017 03:45:06 +0000 (06:45 +0300)
commit9648088e6ccd6d0cc04f450f55628fd8eda3784c
tree8e2e1d797604ea31db5f30070f38a955f213def3
parentaa6a4d6ed881f79c51fb91dd928ed9496737b420
bpo-30878: Fix error message when keyword arguments are passed (#2635)

to staticmethod() and classmethod().
Lib/test/test_call.py
Objects/funcobject.c