From e55f539dc3184763339f6d7dc6d55fb64f80b277 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 3 May 2006 04:58:59 +0000 Subject: [PATCH] No no reusing loop variables. --- pep-3099.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 ========