[Python-checkins] r45464 - peps/trunk/pep-3099.txt

tim.peters python-checkins at python.org
Mon Apr 17 00:09:59 CEST 2006


Author: tim.peters
Date: Mon Apr 17 00:09:59 2006
New Revision: 45464

Modified:
   peps/trunk/pep-3099.txt
Log:
Clarify that iterating over a dict already yields the keys.


Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Mon Apr 17 00:09:59 2006
@@ -45,7 +45,7 @@
 Standard types
 ==============
 
-* Iterating over a dictionary will yield the keys.
+* Iterating over a dictionary will continue to yield the keys.
 
    Thread: "Iterating over a dict",
    http://mail.python.org/pipermail/python-3000/2006-April/000283.html


More information about the Python-checkins mailing list