SectorUnkown / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

End Slash on a Raw String produces a Syntax Error #724

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define a variable as a raw string: myVar = r"C:\Temp\"

What is the expected output? What do you see instead?
The raw string is not respected, and the quote is escaped, causing an error.

What version of the product are you using? On what operating system?
PyScripter 2.5.3.0 x86 (Windows 7, Python 2.7)

Please provide any additional information below.

Original issue reported on code.google.com by neal.m...@gmail.com on 22 Feb 2013 at 8:47