Menu

#34 109: Import is case-insensitive

wont-fix-for-1.4
open
core (32)
1
2008-01-16
2006-03-09
No

TestFailed: import of RAnDoM should have failed (case
mismatch)

A very minor nitpick, but the Python specification
dictates that module names should be case-sensitive
when importing even on case-insensitive filesystems (if
possible).

A Symbian-specific implementation of case_ok() in
"Python\import.c" would be needed to solve this.

Discussion

  • Jukka Laurila

    Jukka Laurila - 2006-08-28
    • priority: 3 --> 2
     
  • Jukka Laurila

    Jukka Laurila - 2007-02-19
    • assigned_to: nobody --> vbartoni
    • labels: --> core
    • priority: 2 --> 1
     
  • Jukka Laurila

    Jukka Laurila - 2007-06-01
    • milestone: --> wont-fix-for-1.4
    • status: open --> closed
     
  • Jukka Laurila

    Jukka Laurila - 2008-01-16
    • status: closed --> open
     

Log in to post a comment.