[Python-3000] Iterating over a dict
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun Apr 2 03:09:24 CEST 2006
Thomas Lotze wrote:
> The reason I ask this on the python-3000 list is that I wonder whether the
> iterating behaviour of dicts might be changed in Python 3k,
I doubt it. This issue was considered very carefully
when support for iteration was added to dicts, and
I'm not aware that the reasons for choosing the current
behaviour have changed.
--
Greg
More information about the Python-3000
mailing list