shelve

Gerrit Holl gerrit.holl at pobox.com
Tue Dec 21 09:51:08 EST 1999


Skip Montanaro wrote:
>     for k in db.keys():
> 	print db[k]

What about:
for k in db.values():
    print k

...?

-- 
"The move was on to 'Free the Lizard'"

  -- Jim Hamerly and Tom Paquin (Open Sources, 1999 O'Reilly and Associates)
  3:50pm  up 17 min,  2 users,  load average: 0.00, 0.03, 0.10




More information about the Python-list mailing list