This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erickt
Recipients erickt
Date 2009-08-05.19:23:10
SpamBayes Score 0.00032304498
Marked as misclassified No
Message-id <1249500192.85.0.26357988262.issue6651@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like Python 3.x's relpath isn't compatible between posixpath
and ntpath. In posixpath.relpath, the start keyword defaults to None,
but ntpath.relpath, the start keyword defaults to curdir.

Interestingly enough, 2.6 and 2.7 have a different implementation of
posixpath.relpath, where it explicitly sets the start to equal curdir,
just like ntpath does.
History
Date User Action Args
2009-08-05 19:23:12ericktsetrecipients: + erickt
2009-08-05 19:23:12ericktsetmessageid: <1249500192.85.0.26357988262.issue6651@psf.upfronthosting.co.za>
2009-08-05 19:23:11ericktlinkissue6651 messages
2009-08-05 19:23:11ericktcreate