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, brett.cannon, ncoghlan, serhiy.storchaka
Date 2013-02-18.18:47:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361213272.38.0.0176107312327.issue17220@psf.upfronthosting.co.za>
In-reply-to
Content
_path_join() and _path_split() do not look as join() and split() from ntpath or posixpath. They rather look as very simplified and limited versions of join() and split(). Perhaps they are enough for _bootstrap.py, but real os.path functions are more complicated.
History
Date User Action Args
2013-02-18 18:47:52serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, Arfrever
2013-02-18 18:47:52serhiy.storchakasetmessageid: <1361213272.38.0.0176107312327.issue17220@psf.upfronthosting.co.za>
2013-02-18 18:47:52serhiy.storchakalinkissue17220 messages
2013-02-18 18:47:52serhiy.storchakacreate