On Wed, Jan 12, 2011 at 12:51 PM, Stefan Behnel <[email protected]> wrote: > 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.
That is comforting, and given that it's a tiny corner case I think it's worth and safe fixing in 0.14.1. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
