]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Disallow keyword arguments for type constructors that don't use them.
authorGeorg Brandl <georg@python.org>
Fri, 26 Aug 2005 06:42:30 +0000 (06:42 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 26 Aug 2005 06:42:30 +0000 (06:42 +0000)
commit02c42871cf73365dc5b6915cac2b017b2b90c81f
treea85d3fb2fc3682c2a149d213f5cf9a378868abea
parentbd77da6dab9d41ef246febf54c7928ce4496dd49
Disallow keyword arguments for type constructors that don't use them.
(fixes bug #1119418)
13 files changed:
Include/modsupport.h
Misc/NEWS
Modules/_randommodule.c
Modules/arraymodule.c
Modules/collectionsmodule.c
Modules/itertoolsmodule.c
Modules/operator.c
Modules/zipimport.c
Objects/bufferobject.c
Objects/rangeobject.c
Objects/setobject.c
Objects/sliceobject.c
Python/getargs.c