]> granicus.if.org Git - python/commit
Disallow function calls like foo(None=1).
authorGeorg Brandl <georg@python.org>
Thu, 7 Jun 2007 13:23:28 +0000 (13:23 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 7 Jun 2007 13:23:28 +0000 (13:23 +0000)
commit73c958aced6d94fb325e7521039c2f95d994f7fe
tree01ba870dfeac46b65db350e5576bfd25328d4a8d
parentc98da3d811c77e201a28d8526cb1b0e10c0f4d05
Disallow function calls like foo(None=1).
Backport from py3k rev. 55708 by Guido.
 (backport from rev. 55802)
Lib/test/test_compile.py
Python/ast.c