[New-bugs-announce] [issue25978] escape sequence r'\' giving compilation error

Kiran Kotari report at bugs.python.org
Tue Dec 29 20:37:40 EST 2015


New submission from Kiran Kotari:

>>> '\test'.lstrip(r'\')
	       
SyntaxError: EOL while scanning string literal

----------
components: 2to3 (2.x to 3.x conversion tool)
messages: 257221
nosy: Kiran Kotari
priority: normal
severity: normal
status: open
title: escape sequence r'\' giving compilation error
type: compile error
versions: Python 3.5

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


More information about the New-bugs-announce mailing list