Add for/else entry.
This commit is contained in:
parent
8e2f5c69f5
commit
4a40d09d74
|
@ -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
|
||||
========
|
||||
|
|
Loading…
Reference in New Issue