[Python-checkins] r45878 - peps/trunk/pep-3099.txt

georg.brandl python-checkins at python.org
Wed May 3 06:59:03 CEST 2006


Author: georg.brandl
Date: Wed May  3 06:58:59 2006
New Revision: 45878

Modified:
   peps/trunk/pep-3099.txt
Log:
No no reusing loop variables.



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Wed May  3 06:58:59 2006
@@ -60,6 +60,12 @@
    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
 ========


More information about the Python-checkins mailing list