John Roth wrote:
> "Elliot Temple" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> 
>> One other interesting thing about case sensitivity I don't think 
>> anyone has mentioned: in Python keywords are all lowercase already 
>> (the way I want to type them).  In some other languages, they aren't...
> 
> Not quite. None, True and False are upper case.

But those aren't keywords. (Well, None is a pseudo-keyword in Python
2.4, but...)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to