[issue17501] cannot create a raw string ending in backslash

Thomas Fenzl report at bugs.python.org
Thu Mar 21 01:29:05 CET 2013


New submission from Thomas Fenzl:

r'\' and r"\" cannot be parsed, because the backslash escapes the quotation ending the string, leading to a syntax error

----------
messages: 184815
nosy: Thomas Fenzl
priority: normal
severity: normal
status: open
title: cannot create a raw string ending in backslash
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list