Michael wrote:
> Why are functions atomic? (I.e. they are not copied.)
Because Python has objects for when you need to associate
state with a function.
John Nagle
--
http://mail.python.org/mailman/listinfo/python-list
