diff --git a/pep-3099.txt b/pep-3099.txt index 8cece54be..05e9f0114 100644 --- a/pep-3099.txt +++ b/pep-3099.txt @@ -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 ========