[New-bugs-announce] [issue11793] raw strings

chaos report at bugs.python.org
Thu Apr 7 10:48:34 CEST 2011


New submission from chaos <846909323 at qq.com>:

>>> print(r'\')
      
SyntaxError: EOL while scanning string literal
>>> print(r'\'')
\'
>>>

----------
messages: 133199
nosy: chaos
priority: normal
severity: normal
status: open
title: raw strings
type: compile error
versions: Python 3.2

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


More information about the New-bugs-announce mailing list