[issue6651] Py3k's posixpath.relpath not compatible with ntpath.relpath

Brian Curtin report at bugs.python.org
Wed Dec 30 19:54:27 CET 2009


Brian Curtin <curtin at acm.org> added the comment:

How does this patch look? 

For the sake of consistency it changes back to start=curdir. Then, if
the `path` parameter is type bytes and the `start` parameter equals
`curdir`, `start` is set to the bytes version of `curdir`.

----------
keywords: +patch
nosy: +brian.curtin
type: performance -> behavior
versions:  -Python 3.0, Python 3.1
Added file: http://bugs.python.org/file15702/issue6651.diff

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


More information about the Python-bugs-list mailing list