[New-bugs-announce] [issue2192] error with backslash as last character in raw string

aka report at bugs.python.org
Mon Feb 25 21:18:26 CET 2008


New submission from aka:

When creating a raw string ending with a backslash the systems answers
with an error:

>>> r'c:\'
SyntaxError: EOL while scanning single-quoted string

This happens on many systems with many versions, so it is propably a
problem of the interpreter itself.

----------
components: Interpreter Core
messages: 62997
nosy: aka
severity: normal
status: open
title: error with backslash as last character in raw string
type: compile error
versions: Python 2.3, Python 2.4, Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2192>
__________________________________


More information about the New-bugs-announce mailing list