No no reusing loop variables.

This commit is contained in:
Georg Brandl 2006-05-03 04:58:59 +00:00
parent d8df1df4f1
commit e55f539dc3
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@ Core language
Thread: Future of slices
http://mail.python.org/pipermail/python-3000/2006-May/001563.html
* It will not be forbidden to reuse a loop variable inside the loop's
suite.
Thread: elimination of scope bleeding of iteration variables
http://mail.python.org/pipermail/python-dev/2006-May/064761.html
Builtins
========