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 ocean-city
Recipients eli.bendersky, ocean-city
Date 2009-01-31.16:21:53
SpamBayes Score 1.1017727e-05
Marked as misclassified No
Message-id <1233418915.36.0.528737482805.issue5117@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that there is still problem.

>>> ntpath.relpath("//whiterab-c2znlh/foo/", "//whiterab-c2znlh/bar/")
'..\\foo'

This should raise ValueError because "//whiterab-c2znlh/foo" is UNC root
prefix (like "e:" for normal path) not "//whiterab-c2znlh" AFAIK.

I'll look into more deeper...
History
Date User Action Args
2009-01-31 16:21:55ocean-citysetrecipients: + ocean-city, eli.bendersky
2009-01-31 16:21:55ocean-citysetmessageid: <1233418915.36.0.528737482805.issue5117@psf.upfronthosting.co.za>
2009-01-31 16:21:54ocean-citylinkissue5117 messages
2009-01-31 16:21:53ocean-citycreate