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
aka added the comment:
Hello Raghuram,
thanks for your reply. I am sorry that I didn't find this description
before posting the error. But, reading the description I still find the
behaviour of the interpreter a bug ;-)
Regards, Axel
Raghuram Devarakonda schrieb:
> Raghuram Devarakon