On Mon, 24 Nov 2008 17:33:50 +0000, Tim Rowe wrote:

> 2008/11/24 Aahz <[EMAIL PROTECTED]>:
> 
>> (I'll agree that from some perspectives the new behavior of None is a
>> wart but I think that in the end I agree with people who say that
>> preventing None from being sorted except intentionally will trap more
>> bugs earlier.)
> 
> So will Python be introducing strong type checking and early binding, so
> we can catch more bius earlier (compile rather than run time?) ;-)

Python already has strong type checking.

You're confusing it with static types, which Python doesn't have.




-- 
Steven
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to