Message1413

Author pekka.klarck
Recipients
Date 2007-05-11.22:40:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I have a patch for this but it depends on http://jython.org/patches/1716709 so I'll wait untill that one is applied before submitting it.

The patch is implemented so that it does

    path = abspath(os.curdir)
    _CASE_INSENSITIVE = samefile(path.lower(), path.upper())

and normcase returns path in lowercase if _CASE_INSENSITIVE is true. There doesn't seem to be any direct way to ask are paths case-insensitive from the JVM so this approach should be ok.
History
Date User Action Args
2008-02-20 17:17:41adminlinkissue1648449 messages
2008-02-20 17:17:41admincreate