Python 3.0 - is this true?

Steven D'Aprano steven at REMOVE.THIS.cybersource.com.au
Tue Nov 25 22:08:28 EST 2008


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

> 2008/11/24 Aahz <aahz at pythoncraft.com>:
> 
>> (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



More information about the Python-list mailing list