]> granicus.if.org Git - python/commit
Make the Mailbox objects support iteration -- they already had the
authorFred Drake <fdrake@acm.org>
Wed, 2 May 2001 20:20:53 +0000 (20:20 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 2 May 2001 20:20:53 +0000 (20:20 +0000)
commit72987a4b966808fa888394b313eb462cfc34b087
tree9d0c371dbd139b8430d320b2ae298790f02ea9c7
parenteacdec6b386d688ea9939472b33bc33ea6310f68
Make the Mailbox objects support iteration -- they already had the
appropriate next() method, and this is what people really want to do with
these objects in practice.
Lib/mailbox.py