Re: [IronPython] Case Sensitive Imports

2007-01-05 Thread Dino Viehland
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Friday, January 05, 2007 3:22 PM To: Discussion of IronPython Subject: Re: [IronPython] Case Sensitive Imports Curt Hagenlocher wrote: > On 1/5/07, Michael Foord <[EMAIL PROTECTED]> wrote: >> >> IronPython is case-i

Re: [IronPython] Case Sensitive Imports

2007-01-05 Thread Curt Hagenlocher
On 1/5/07, Michael Foord <[EMAIL PROTECTED]> wrote: Curt Hagenlocher wrote: > > I'm going to guess that this is platform-specific, and that you happen > to be running CPython on a filesystem that's not case-sensitive. Which does not happen when I run the same code on a case-insensitive file sys

Re: [IronPython] Case Sensitive Imports

2007-01-05 Thread Michael Foord
Curt Hagenlocher wrote: > On 1/5/07, Michael Foord <[EMAIL PROTECTED]> wrote: >> >> IronPython is case-insensitive with regards to imports, whereas CPython >> is not. > > > I'm going to guess that this is platform-specific, and that you happen > to be > running CPython on a filesystem that's not

Re: [IronPython] Case Sensitive Imports

2007-01-05 Thread Curt Hagenlocher
On 1/5/07, Michael Foord <[EMAIL PROTECTED]> wrote: IronPython is case-insensitive with regards to imports, whereas CPython is not. I'm going to guess that this is platform-specific, and that you happen to be running CPython on a filesystem that's not case-sensitive. -- Curt Hagenlocher [EMA

[IronPython] Case Sensitive Imports

2007-01-05 Thread Michael Foord
Hello all, I don't recall seeing an email about this, but that would surprise me: so sorry if this is a known issue. (Although I don't see it in the 'differences' document.) IronPython is case-insensitive with regards to imports, whereas CPython is not. To reproduce, create a file in the curr