]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Disallow function calls like foo(None=1).
authorGeorg Brandl <georg@python.org>
Thu, 7 Jun 2007 13:23:24 +0000 (13:23 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 7 Jun 2007 13:23:24 +0000 (13:23 +0000)
commite06cf4534f738f0ad4669f504fbde58bf8b3fb86
tree2e037d4be486a07e6107f2bfd0eadb07a92c5b96
parentab8e279ba675eb399d278f3d14b6452c4c32db7d
Disallow function calls like foo(None=1).
Backport from py3k rev. 55708 by Guido.
Lib/test/test_compile.py
Python/ast.c