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 ExtraVeral
Recipients ExtraVeral
Date 2014-02-24.14:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393251029.08.0.170694764366.issue20761@psf.upfronthosting.co.za>
In-reply-to
Content
>>>d="asdasd"+chr(10)
>>>print os.path.normpath(os.path.join('a/b',d,'d'))
a\b\asdasd
\d

LF or CR cannot be part of a URI (rfc1738)
History
Date User Action Args
2014-02-24 14:10:29ExtraVeralsetrecipients: + ExtraVeral
2014-02-24 14:10:29ExtraVeralsetmessageid: <1393251029.08.0.170694764366.issue20761@psf.upfronthosting.co.za>
2014-02-24 14:10:29ExtraVerallinkissue20761 messages
2014-02-24 14:10:28ExtraVeralcreate