[EMAIL PROTECTED] was kind enough to say:

> I'm writing Python as if it were strongly typed, never recycling a
> name to hold a type other than the original type.
> 
> Is this good software engineering practice, or am I missing something
> Pythonic?

Python *is* strongly typed.

You're talking about dynamic typing, but that's not about "name reuse".

-- 
Alan Franzoni <[EMAIL PROTECTED]>
-
Remove .xyz from my email in order to contact me.
-
GPG Key Fingerprint:
5C77 9DC3 BD5B 3A28 E7BC 921A 0255 42AA FE06 8F3E
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to