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 ncoghlan
Recipients jaraco, ncoghlan
Date 2009-10-31.14:53:45
SpamBayes Score 0.024048815
Marked as misclassified No
Message-id <1257000827.97.0.205073011456.issue7195@psf.upfronthosting.co.za>
In-reply-to
Content
The path *returned* is relative to the start point. The target path is
figured out normally (i.e. relative to the current directory if an
absolute path is not given).

In your example, you aren't passing in an absolute Windows path - you
give a path relative to the current drive (since no drive is specified).

Windows file pathing is hopeless, but it isn't the job of Python's
documentation to explain its quirks.
History
Date User Action Args
2009-10-31 14:53:48ncoghlansetrecipients: + ncoghlan, jaraco
2009-10-31 14:53:47ncoghlansetmessageid: <1257000827.97.0.205073011456.issue7195@psf.upfronthosting.co.za>
2009-10-31 14:53:46ncoghlanlinkissue7195 messages
2009-10-31 14:53:45ncoghlancreate