]> granicus.if.org Git - python/commit
Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.
authorGeorg Brandl <georg@python.org>
Wed, 3 May 2006 18:18:32 +0000 (18:18 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 3 May 2006 18:18:32 +0000 (18:18 +0000)
commit1bb62309307fa8a199ef5a53ae0f775dfff4fa3f
tree55a7f8fafe7e79ea665c2cddd3e0752bef841150
parent23d9d45482fc3ed67c26418d20f31bfb201db4dd
Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.
Lib/compiler/transformer.py
Lib/test/test_compiler.py
Misc/NEWS