]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the names of the classmethod and staticmethod constructors as passed to
authorFred Drake <fdrake@acm.org>
Wed, 3 Apr 2002 21:42:45 +0000 (21:42 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 Apr 2002 21:42:45 +0000 (21:42 +0000)
commitcd874edaaa9103ac0f28e588e2adfa21b1626d19
tree4366d67017b2566f24978bb0034fedf12ab87b17
parenta2bd8d3816e35d1d678ba5b47a3666ab6e01f605
Fix the names of the classmethod and staticmethod constructors as passed to
PyArg_ParseTuple() as part of the format string.
Objects/funcobject.c