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 eli.bendersky
Recipients eli.bendersky, ocean-city
Date 2009-01-31.08:46:39
SpamBayes Score 0.02588567
Marked as misclassified No
Message-id <1233391601.16.0.561315637099.issue5117@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is with these lines:

    start_list = abspath(start).split(sep)
    path_list = abspath(path).split(sep)

In case of 'd:\', the split returns two elements, the second empty.
History
Date User Action Args
2009-01-31 08:46:41eli.benderskysetrecipients: + eli.bendersky, ocean-city
2009-01-31 08:46:41eli.benderskysetmessageid: <1233391601.16.0.561315637099.issue5117@psf.upfronthosting.co.za>
2009-01-31 08:46:39eli.benderskylinkissue5117 messages
2009-01-31 08:46:39eli.benderskycreate