2011/1/13 Stefan Behnel <[email protected]>: > Robert Bradshaw, 12.01.2011 22:16: >> On Wed, Jan 12, 2011 at 12:51 PM, Stefan Behnel 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. > > I pushed a fix. >
Thanks! -- vitja. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
