fix keyword arguments in function calls: must be unicode in Py3 and strings in Py2...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 18 May 2008 06:59:16 +0000 (08:59 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 18 May 2008 06:59:16 +0000 (08:59 +0200)
commit99b3b9f18aac047e31b708567f5da8bf2012d0fe
tree343aaa86b68ac493736c6db3b4dfdeeb025e709e
parenta7f660b9da33aedbea1ca80011ee901934d61757
fix keyword arguments in function calls: must be unicode in Py3 and strings in Py2, just like identifiers
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
tests/run/kwonlyargscall.pyx [new file with mode: 0644]