commit | e06cf4534f738f0ad4669f504fbde58bf8b3fb86 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jun 07 13:23:24 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jun 07 13:23:24 2007 +0000 |
tree | 2e037d4be486a07e6107f2bfd0eadb07a92c5b96 | |
parent | ab8e279ba675eb399d278f3d14b6452c4c32db7d [diff] |
Disallow function calls like foo(None=1). Backport from py3k rev. 55708 by Guido.