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 skip.montanaro
Recipients laxrulz777, loewis, ncoghlan, skip.montanaro
Date 2008-12-30.13:51:26
SpamBayes Score 0.00084195187
Marked as misclassified No
Message-id <18778.10074.528218.720379@montanaro-dyndns-org.local>
In-reply-to <1230643456.4.0.304808972241.issue4755@psf.upfronthosting.co.za>
Content
I think we need to recognize the inherent limitations of what we can expect
to do.  It is perfectly reasonable for a user on Windows to import posixpath
and call posixpath.commonpathprefix.  The function won't have access to the
actual filesystems being manipulated.  Same for Unix folks importing ntpath
and manipulating Windows paths.  While we can make it handle
case-insensitivity, I'm no sure we can do much, if anything, about shortened
filenames.

Also, as long as we are considering case sensitivity, what about HFS on Mac
OS X?

Skip
History
Date User Action Args
2008-12-30 13:51:27skip.montanarosetrecipients: + skip.montanaro, loewis, ncoghlan, laxrulz777
2008-12-30 13:51:26skip.montanarolinkissue4755 messages
2008-12-30 13:51:26skip.montanarocreate