Antoni Bella Pérez ha scritto: > This r is a typo? > > r'\\raw' > > katepart_development.po: > > <userinput>dsVerbatimString</userinput>, verbatim or raw strings like 'raw > \\backlash' in Perl, CoffeeScript, and shells, as well as r'\\raw' in Python.
No, it is correct python syntax: https://docs.python.org/2/reference/lexical_analysis.html#string-literals http://stackoverflow.com/questions/2081640/what-exactly-do-u-and-r-string-flags-do-in-python-and-what-are-raw-string-l Ciao -- Luigi
