Nick Maclaren wrote: > If lists are intended to be homogeneous, then they should be checked > for that, and an exception raised when an attempt is to make them > non-homogeneous.
so how would that check work, given that Python's type model is based on
duck typing
http://en.wikipedia.org/wiki/Duck_typing
?
</F>
--
http://mail.python.org/mailman/listinfo/python-list
