fixed handling of keyword-only arguments
authorStefan Behnel <scoder@users.berlios.de>
Fri, 22 Aug 2008 10:28:15 +0000 (12:28 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 22 Aug 2008 10:28:15 +0000 (12:28 +0200)
commitb6b0f9a0ed32f22d084c37246954fb71d7a12e50
treeec7c0632fb9085d63e6bfc100b1bc654e6b9bb87
parent086f409864ee0cc14c87ff9175f00695ac69315a
fixed handling of keyword-only arguments
changed more exception messages to what Py3 raises
some cleanup
Cython/Compiler/Nodes.py
tests/run/callargs.pyx
tests/run/classkwonlyargs.pyx
tests/run/extkwonlyargs.pyx
tests/run/kwonlyargs.pyx
tests/run/kwonlyargscall.pyx