]> granicus.if.org Git - python/commit
Bug #1486663: don't reject keyword arguments for subclasses of builtin
authorGeorg Brandl <georg@python.org>
Sun, 21 Jan 2007 10:28:56 +0000 (10:28 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Jan 2007 10:28:56 +0000 (10:28 +0000)
commit8e932e7d6886544a1b0f2503382d87e3875eb9fe
treefb068c18fbd6198e68b4ad4b5a0c8c7d1a389845
parent9d8ccf7df2f9516ecf8e92dac67c299a930580b6
Bug #1486663: don't reject keyword arguments for subclasses of builtin
types.
 (backport from rev. 53509)
Lib/test/test_array.py
Lib/test/test_deque.py
Lib/test/test_itertools.py
Lib/test/test_random.py
Misc/NEWS
Modules/_randommodule.c
Modules/arraymodule.c
Modules/collectionsmodule.c
Modules/itertoolsmodule.c