Duncan Booth wrote:
> The constant integers are created in advance, not when you do the 
> assignment.

But that's just an optimization, not Python's defined behavior. It seems
more useful to me to think of all integers as being created at
assignment time, even if CPython doesn't actually do that.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to