From: Mark Wooding Date: Wed, 15 Mar 2006 01:23:15 +0000 (+0000) Subject: mapping: Make the iterators conform to the proper interface. X-Git-Tag: 1.0.1~18 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/commitdiff_plain/f9f0b46e136ffa44d80c0a183ac99a9fce78d357?hp=f9f0b46e136ffa44d80c0a183ac99a9fce78d357 mapping: Make the iterators conform to the proper interface. An iterator must implement __iter__() as an identity operation. Make it so. ---