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 effbot
Recipients
Date 2000-07-09.15:37:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
splitting on os.sep isn't good enough for Windows (it supports both "/" and "\").  the correct way would be to split on either os.sep or os.altsep (if not None), or to normalize the path's before comparing them.

except for this, I'm +0 on this one.
History
Date User Action Args
2007-08-23 15:00:07adminlinkissue400788 messages
2007-08-23 15:00:07admincreate