Changes by Rafik Draoui :
Added file: http://bugs.python.org/file27974/patch10395-3
___
Python tracker
<http://bugs.python.org/issue10395>
___
___
Python-bugs-list mailin
Rafik Draoui added the comment:
Here is a new patch addressing some of storchaka review comments, and
implementing a version in ntpath.
For the Windows version, I did as proposed in msg174819, but as I am not
familiar with the semantics and subtleties of paths in Windows maybe this
version
Rafik Draoui added the comment:
Here is a patch with an implementation of os.path.commonpath, along with tests
and documentation. At the moment, this is only implemented for POSIX, as I
don't feel like I know enough about Windows to tackle drive letters and UNC in
paths without spending