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 Thomas
Recipients Thomas, martin.panter, paul.moore, phihag, steve.dower, tim.golden, xiang.zhang, zach.ware
Date 2016-04-02.10:07:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459591666.15.0.984957199346.issue26657@psf.upfronthosting.co.za>
In-reply-to
Content
Looks ok to me security-wise. But I just noticed that it the trailing slash is inconsistent on Windows, e.g.:

translate_path('asdf/')
==
'C:\\Users\\User\\Desktop\\temp\\asdf/' <- this slash

because path += '/' is used instead of os.path.sep. But apparently nobody complained about this yet, so it probably is not an issue.
History
Date User Action Args
2016-04-02 10:07:46Thomassetrecipients: + Thomas, paul.moore, tim.golden, phihag, martin.panter, zach.ware, steve.dower, xiang.zhang
2016-04-02 10:07:46Thomassetmessageid: <1459591666.15.0.984957199346.issue26657@psf.upfronthosting.co.za>
2016-04-02 10:07:46Thomaslinkissue26657 messages
2016-04-02 10:07:45Thomascreate