allow keyword arguments after *args in a function call (as Py3 does)
authorStefan Behnel <scoder@users.berlios.de>
Fri, 22 Aug 2008 05:02:27 +0000 (07:02 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 22 Aug 2008 05:02:27 +0000 (07:02 +0200)
commitfdf5beebe5ea5f7a7ca488c878030a9444f64e6c
treed7af4b093affa256f7e2e52c8b0f34305f78f3d4
parent809008a658ee81daebb74c21f614eb3603d2f0d6
allow keyword arguments after *args in a function call (as Py3 does)
some EncodedString name fixes for function names
Cython/Compiler/Parsing.py