case sensitivity redux (was Re: Language change and code breaks)

Uberto Barbini uberto at usa.net
Wed Aug 1 07:18:50 EDT 2001


> Also, I think that doing a really good job may be tricky.  Just one
> example:
> 
> class Foo:
>     def foo(s): pass

now you can do
class Foo:
    def Foo(s): pass

so you have just to add an "IF" ... as my old boss liked to say ;)

Anyway I think that the people more interested in case-insensitive
Python are not posting in ng.

Bye 
Uberto Barbini



More information about the Python-list mailing list