Add for/else entry.

This commit is contained in:
Georg Brandl 2009-10-22 15:14:34 +00:00
parent 8e2f5c69f5
commit 4a40d09d74
1 changed files with 6 additions and 0 deletions

View File

@ -146,6 +146,12 @@ Core language
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
========