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 kristjan.jonsson
Recipients kristjan.jonsson, loewis, terry.reedy
Date 2009-01-16.10:30:42
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1232101843.96.0.152647877026.issue4927@psf.upfronthosting.co.za>
In-reply-to
Content
That's true, but a it's a different point entirely
You see, this is not a problem with backslashes only:
If you have any kind of control caracter or high bit character in your 
filename, you may be in for trouble, because interpolating that string 
verbatim into the repr can cause uforeseen problems when it is printed 
out.

(and forward slashes are't the same as backslashes on windows.  UNC 
paths (\\my-pc\my-share\...) need backslashes.)
History
Date User Action Args
2009-03-09 14:30:58georg.brandlsetspambayes_score: 0.682611 -> 0.0
2009-01-16 10:30:44kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, terry.reedy
2009-01-16 10:30:43kristjan.jonssonsetmessageid: <1232101843.96.0.152647877026.issue4927@psf.upfronthosting.co.za>
2009-01-16 10:30:43kristjan.jonssonlinkissue4927 messages
2009-01-16 10:30:42kristjan.jonssoncreate