This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Djarbore, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-06-24.21:48:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435182495.74.0.758741737487.issue24504@psf.upfronthosting.co.za>
In-reply-to
Content
'Z:\Pr Files\norma' looks wrong '\n' is a single character, a new line. Try to write r'Z:\Pr Files\norma'.

https://docs.python.org/dev/reference/lexical_analysis.html#string-and-bytes-literals
History
Date User Action Args
2015-06-24 21:48:15vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Djarbore
2015-06-24 21:48:15vstinnersetmessageid: <1435182495.74.0.758741737487.issue24504@psf.upfronthosting.co.za>
2015-06-24 21:48:15vstinnerlinkissue24504 messages
2015-06-24 21:48:15vstinnercreate