Author: steven.bethard Date: Fri Jun 2 23:52:33 2006 New Revision: 46604 Modified: peps/trunk/pep-3099.txt Log: Add thread for "Iterating over a dictionary..." that discusses dict() and dict.update() Modified: peps/trunk/pep-3099.txt ============================================================================== --- peps/trunk/pep-3099.txt (original) +++ peps/trunk/pep-3099.txt Fri Jun 2 23:52:33 2006 @@ -128,6 +128,9 @@ Thread: "Iterating over a dict", 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.