[issue17220] Little enhancements of _bootstrap.py

Serhiy Storchaka report at bugs.python.org
Mon Feb 18 19:47:52 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17220>
_______________________________________


More information about the Python-bugs-list mailing list