4 Jun
2004
4 Jun
'04
4:40 p.m.
On Friday 04 June 2004 12:33 pm, Martijn Faassen wrote:
Hm, that's not a big deal then. I'm just at a loss how this would fix the case-insensitivity import problem on Windows; I think I'm missing something.
Modern Windows is case-preserving, and Python uses that to get the imports right. The case-senselessness problem is that the directories "zope" and "Zope" can't exist in the same directory, not that they can't be perceived by Python to be two differently-named Python packages. -Fred -- Fred L. Drake, Jr. <fred at zope.com> PythonLabs at Zope Corporation