Thomas Bartkus wrote:

"Carl Banks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
<snip>

How common is it for a local variable to be bound in
more than one place within a function?


How common? It shouldn't happen at all and that was the point.

This seems a little excessive to me. Sample use case:

for something in lst:
  if type(something) != type(()):
    something = tuple(something)

regards
 Steve
--
Meet the Python developers and your c.l.py favorites March 23-25
Come to PyCon DC 2005          http://www.python.org/pycon/2005/
Steve Holden                           http://www.holdenweb.com/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to