Serhiy Storchaka added the comment:

_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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17220>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to