]> granicus.if.org Git - python/commit
Methods of built-in types now properly check for keyword arguments
authorGuido van Rossum <guido@python.org>
Mon, 22 Oct 2001 00:43:43 +0000 (00:43 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Oct 2001 00:43:43 +0000 (00:43 +0000)
commitc8e5645f15054a87945d5f62dc23c6e49a394db5
tree94172c8b5b197c564ba64789b81cd41334b996a9
parentd6bebce5e5a6e92b6949dd001d3d467a7aa1aaef
Methods of built-in types now properly check for keyword arguments
(formerly these were silently ignored).  The only built-in methods
that take keyword arguments are __call__, __init__ and __new__.
Include/descrobject.h
Lib/test/test_descr.py
Misc/NEWS
Objects/descrobject.c
Objects/typeobject.c