Add thread for "Iterating over a dictionary..." that discusses dict() and dict.update()

This commit is contained in:
Steven Bethard 2006-06-02 21:52:33 +00:00
parent 62e03923b1
commit d461fe1a8a
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ Standard types
Thread: "Iterating over a dict", Thread: "Iterating over a dict",
http://mail.python.org/pipermail/python-3000/2006-April/000283.html http://mail.python.org/pipermail/python-3000/2006-April/000283.html
Thread: have iter(mapping) generate (key, value) pairs
http://mail.python.org/pipermail/python-3000/2006-June/002368.html
* There will be no ``frozenlist`` type. * There will be no ``frozenlist`` type.
Thread: "Immutable lists", Thread: "Immutable lists",