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

georg.brandl python-checkins at python.org
Thu Oct 22 17:14:34 CEST 2009


Author: georg.brandl
Date: Thu Oct 22 17:14:34 2009
New Revision: 75608

Log:
Add for/else entry.

Modified:
   peps/trunk/pep-3099.txt

Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Thu Oct 22 17:14:34 2009
@@ -146,6 +146,12 @@
    Thread: "No Container Literals",
    http://mail.python.org/pipermail/python-3000/2006-July/002550.html
 
+* The ``else`` clause in ``while`` and ``for`` loops will not change
+  semantics, or be removed.
+
+  Thread: "for/except/else syntax"
+  http://mail.python.org/pipermail/python-ideas/2009-October/006083.html
+
 
 Builtins
 ========


More information about the Python-checkins mailing list