[issue5117] os.path.relpath problem with root directory

Hirokazu Yamamoto report at bugs.python.org
Sat Oct 2 16:10:42 CEST 2010


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

In py3k, ntpath is almost fixed. but posixpath is not fixed yet.
ntpath has another problem about case sensitivity. I'll attach
the patch to fix ntpath's case issue and posixpath.

In Py27, ntpath has whole issue still there.

----------
Added file: http://bugs.python.org/file19106/py3k_fix_relpath.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5117>
_______________________________________


More information about the Python-bugs-list mailing list