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 jaraco
Recipients jaraco, ncoghlan
Date 2009-10-31.15:19:40
SpamBayes Score 0.0032525207
Marked as misclassified No
Message-id <1257002383.42.0.666791776646.issue7195@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation changes I suggested make no mention to Windows pathing
quirks. They instead clarify two aspects:

1) cross-platform behavior (how the path is interpreted) and
2) platform-specific implementation of relpath (what Python exceptions
to expect in exceptional conditions).

These two changes would have made it clear to me from the beginning that
relpath is not what I was searching for when I wanted to find a path
from one path to another. I'm just trying to help those who come after
me to not run into the same situation.
History
Date User Action Args
2009-10-31 15:19:43jaracosetrecipients: + jaraco, ncoghlan
2009-10-31 15:19:43jaracosetmessageid: <1257002383.42.0.666791776646.issue7195@psf.upfronthosting.co.za>
2009-10-31 15:19:41jaracolinkissue7195 messages
2009-10-31 15:19:40jaracocreate