]> granicus.if.org Git - python/commit
Patch #1686487: you can now pass any mapping after '**' in function calls.
authorGeorg Brandl <georg@python.org>
Mon, 21 May 2007 20:34:16 +0000 (20:34 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 21 May 2007 20:34:16 +0000 (20:34 +0000)
commit2134e754f27462264c8da45110c580eb7b0b906f
tree8968da0c97423491b43d2134e0961ca5b915aa3e
parent70f996be24dd00c11500cd99d92e8b2a1dfaa501
Patch #1686487: you can now pass any mapping after '**' in function calls.
Doc/ref/ref5.tex
Lib/test/output/test_extcall
Lib/test/test_extcall.py
Misc/NEWS
Python/ceval.c