Add thread for "Iterating over a dictionary..." that discusses dict() and dict.update()
This commit is contained in:
parent
62e03923b1
commit
d461fe1a8a
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue