[Python-Dev] Case-sensitive import

Barry A. Warsaw barry@digicool.com
Wed, 28 Feb 2001 00:05:30 -0500


>>>>> "SDM" == Steven D Majewski <sdm7g@virginia.edu> writes:

    SDM> Yes. Barry added the _DIRENT_HAVE_D_NAMELINE to handle a
    SDM> difference in the linux dirent structs.

Actually, my Linux distro's dirent.h has almost the same test on
_DIRENT_HAVE_D_NAMLEN (sic) -- which looking again now at import.c
it's obvious I misspelled it!
    
Tim, if you clean this code up and decide to continue to use the
d_namlen slot, please fix the macro test.

-Barry