when indexing/slicing 'str', it's safe to infer 'str' for the result
authorStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 15:14:48 +0000 (16:14 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 6 Feb 2011 15:14:48 +0000 (16:14 +0100)
commit3dc2263ef9dfa2f06605fde4dc42d642ada1505c
tree38a4954caa335f95ce7137e67254b5006b4533cc
parent1e12bf466d2d78b15cf829c6c988a6fb152fe2a7
when indexing/slicing 'str', it's safe to infer 'str' for the result
Cython/Compiler/ExprNodes.py