[issue42607] raw strings SyntaxError

Eric V. Smith report at bugs.python.org
Tue Dec 8 23:16:03 EST 2020


Eric V. Smith <eric at trueblade.com> added the comment:

This is a FAQ: https://docs.python.org/3/faq/design.html#why-can-t-raw-strings-r-strings-end-with-a-backslash

Raw strings can't end with an odd number of backslashes.

----------
components:  -Windows
nosy: +eric.smith
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42607>
_______________________________________


More information about the Python-bugs-list mailing list