[Python-3000] iterating over a dcitionary (original) (raw)
Lino Mastrodomenico l.mastrodomenico at gmail.com
Sat Sep 1 02:17:54 CEST 2007
- Previous message: [Python-3000] iterating over a dcitionary
- Next message: [Python-3000] bug in py3k buffer object?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2007/9/1, Sean DiZazzo <half.italian at gmail.com>:
How should we replace in our code:
for k,v in dict.iteritems():
for k, v in dict.items():
-- Lino Mastrodomenico E-mail: l.mastrodomenico at gmail.com
- Previous message: [Python-3000] iterating over a dcitionary
- Next message: [Python-3000] bug in py3k buffer object?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]