]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
evaluate positional defaults before keyword-only defaults (closes #16967)
authorBenjamin Peterson <benjamin@python.org>
Sun, 10 Feb 2013 14:29:59 +0000 (09:29 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 10 Feb 2013 14:29:59 +0000 (09:29 -0500)
commit1ef876cd28aa2f76edffb6e4d209c6a49b5705ef
treeeeb6cbf3329f73d4ddce50aef3c912b9e4aef400
parent34a2a87d17ff1730946adf86d23a4737271e53b3
evaluate positional defaults before keyword-only defaults (closes #16967)
Doc/reference/compound_stmts.rst
Lib/importlib/_bootstrap.py
Lib/test/test_keywordonlyarg.py
Misc/NEWS
Python/ceval.c
Python/compile.c
Python/importlib.h