[issue18389] os.path.relpath gives incorrect results if start parameters is not a directory

R. David Murray report at bugs.python.org
Tue Jul 9 16:12:51 CEST 2013


R. David Murray added the comment:

I understand your concern, but the API is that 'start' is a directory.  The function does not interrogate the file system, and should not do so.  It is purely a path computation, and as such the current behavior is correct.

----------
nosy: +r.david.murray
resolution:  -> rejected
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list