support 'rb' string prefix in addition to 'br' (Py3 allows it)
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 23 Oct 2013 16:58:46 +0000 (18:58 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 23 Oct 2013 16:58:46 +0000 (18:58 +0200)
commit59c3f07c1fc4baf009bd31e5bc90f7d0936ec42c
tree4e5e2bf867f6c8764927cd6af21c2d5eaf060b17
parente564b9b902c37b9125812fc64c0d959bd8fa67e8
support 'rb' string prefix in addition to 'br' (Py3 allows it)
Cython/Compiler/Lexicon.py
Cython/Compiler/Parsing.py
Cython/Compiler/Scanning.py
tests/run/strliterals.pyx