Implement iterkeys on top of __iter__ instead of vice versa. Thanks to Brian Harring...
authorZac Medico <zmedico@gentoo.org>
Fri, 22 Jun 2007 02:50:33 +0000 (02:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 22 Jun 2007 02:50:33 +0000 (02:50 -0000)
commite5145157dbdb9c2683d1ab8176641f19d2dc5d4e
treebb858e72885b464b80e22ad228d158376c46307a
parent817be01f9ea3e703a861e4ec8ade82683903232a
Implement iterkeys on top of __iter__ instead of vice versa.  Thanks to Brian Harring for the suggestion. (trunk r6918)

svn path=/main/branches/2.1.2/; revision=6934
pym/cache/anydbm.py
pym/cache/flat_hash.py
pym/cache/flat_list.py
pym/cache/metadata_overlay.py
pym/cache/sql_template.py
pym/cache/sqlite.py
pym/cache/template.py
pym/cache/util.py
pym/cache/volatile.py