2011/1/12 Stefan Behnel <[email protected]>: > Vitja Makarov, 12.01.2011 19:29: >> It seems that cython parses raw strings as usual strings: >> >> Try this: >> print r'\"' > > That's "slightly" exaggerated. The only broken cases are '\"' and '\'', > everything else works AFAICT. > > Stefan
That breaks StringEncoding._to_escape_sequence btw... -- vitja. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
