support redundant parsing of string literals as unicode *and* bytes string, fix ...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 4 Sep 2010 18:54:10 +0000 (20:54 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 4 Sep 2010 18:54:10 +0000 (20:54 +0200)
commitbf558ecf389a4902a1458eee187934c88757b8da
tree6fe33b6dfd560857a9bd3620644c36d8c6ace731
parent184482af6eb1e68f2a1c063cd5be4ab18aab88d0
support redundant parsing of string literals as unicode *and* bytes string, fix 'str' literal assignments to char* targets when using Future.unicode_literals
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/StringEncoding.py
tests/run/future_unicode_literals.pyx