support for keyword-only arguments and required keywords (PEP 3102)
authorStefan Behnel <scoder@users.berlios.de>
Sun, 23 Sep 2007 19:26:36 +0000 (21:26 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 23 Sep 2007 19:26:36 +0000 (21:26 +0200)
commitb953975697ae534fec992f8fc994f9c3f50de915
treeef629bceb1179c5c4a21c0b86290037fcdd456a7
parent779e488cfc0f94b33e48a1aa6668dbd6c2b88ff0
support for keyword-only arguments and required keywords (PEP 3102)
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py