One thing I sometimes miss, which is common in some other languages (c++),
is idea of block scope.  It would be useful to have variables that did not
outlive their block, primarily to avoid name clashes.  This also leads to
more readable code.  I wonder if this has been discussed?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to