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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2192> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com