[issue1271] Raw string parsing fails with backslash as last character

R. David Murray report at bugs.python.org
Sat Mar 12 03:39:57 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Well, it's still the case that the Python raw string syntax isn't going to change to not escape the quotes, because that would break far too many existing applications that depend on them being escaped.  So a new string literal type would seem to be the only option.  I'm going to close this issue again; if either of you want to pursue the new string literal type, please bring it up on python-ideas.  Frankly, I doubt you would get much traction, but I could be wrong :)

----------
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1271>
_______________________________________


More information about the Python-bugs-list mailing list