[issue18522] Error creating a raw string of r'\\?\'

Antoine Pitrou report at bugs.python.org
Sun Jul 21 21:39:54 CEST 2013


Antoine Pitrou added the comment:

Indeed, you'll have to use a regular (non-raw) string literal for everything ending up with a backslash. This part of Python's syntax probably won't be changed.

----------
nosy: +pitrou
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list