some code cleanup and beautification, fix error message to match Python when passing...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 25 Aug 2008 13:37:37 +0000 (15:37 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 25 Aug 2008 13:37:37 +0000 (15:37 +0200)
commitccd34cbc853970607d5541fc0f0b407d4b9b8596
treeca227e5dff616f517d93c775ca06d04242294e2b
parent871351b566546eb276c4d2e02dce6e0f1ac40f8d
some code cleanup and beautification, fix error message to match Python when passing too many positional arguments into a function with required keyword arguments
Cython/Compiler/Nodes.py
tests/run/kwonlyargscall.pyx