Hi,
recently i tried this:
ActivePython 2.3.2 Build 232[color=blue][color=green][color=darkred]
>>> '\\'[/color][/color][/color]
'\\'[color=blue][color=green][color=darkred]
>>> r'\'[/color][/color][/color]
File "<stdin>", line 1
r'\'
^
SyntaxError: EOL while scanning single-quoted string
Is this a known issue? Should i submit a bug report to development?
- kv
recently i tried this:
ActivePython 2.3.2 Build 232[color=blue][color=green][color=darkred]
>>> '\\'[/color][/color][/color]
'\\'[color=blue][color=green][color=darkred]
>>> r'\'[/color][/color][/color]
File "<stdin>", line 1
r'\'
^
SyntaxError: EOL while scanning single-quoted string
Is this a known issue? Should i submit a bug report to development?
- kv
Comment