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 serhiy.storchaka
Recipients Arfrever, BreamoreBoy, benjamin.peterson, ezio.melotti, georg.brandl, hynek, larry, o11c, pitrou, python-dev, r.david.murray, serhiy.storchaka, swarecki, tzimmo
Date 2013-02-20.20:33:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201302202233.26429.storchaka@gmail.com>
In-reply-to <1361385380.92.0.855817960581.issue6975@psf.upfronthosting.co.za>
Content
> Use os.path.sep and os.path.sep.encode() instead of hardcoding "/" and
> b"/".

Some separators will be '\\' (if they are derived from OS functions, i.e. 
getcwd), and some will be '/' (if they are generated by posixpath). I do not 
have the ability to research where there are any. Feel free to fix these tests 
for Windows.
History
Date User Action Args
2013-02-20 20:33:42serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, larry, benjamin.peterson, swarecki, ezio.melotti, Arfrever, r.david.murray, BreamoreBoy, python-dev, hynek, o11c, tzimmo
2013-02-20 20:33:41serhiy.storchakalinkissue6975 messages
2013-02-20 20:33:41serhiy.storchakacreate