Mail Archives: djgpp/2003/06/25/14:46:22
"Eli Zaretskii" <eliz AT elta DOT co DOT il> wrote in message
news:2593-Wed25Jun2003075056+0300-eliz AT elta DOT co DOT il...
> > From: "deckerben" <bdeck AT lycos DOT co DOT uk>
> > Newsgroups: comp.os.msdos.djgpp
> > Date: Tue, 24 Jun 2003 23:34:01 +0200
> This is not the default because in most situations the behavior you
> see now is what users want, especially if they have files that come
> from DOS (where _all_ directory entries are in UPPERCASE).
I really understand the DOS issue. But this would not be true under NT
systems, where true filename cases are reported correctly. Fooling with this
causes problems. I was wondering why during some Python distutil builds, it
was *supposed* to create an upper-case subdirectory, only to create a
lower-case one, etc. I was banging my head wondering why the glob test was
failing (I thought something was *really* wrong).
One option is that users set "PYTHONCASEOK". But this only resolves module
import case sensitivity.
I am recommending all NT-based PythonD users to set FNCASE=y.
regards,
Ben
- Raw text -