MaildirMessage

Ben Finney bignose+hates-spam at benfinney.id.au
Sat Jul 14 20:50:39 EDT 2007


Steve Holden <steve at holdenweb.com> writes:

> What do you actually think
>
> ....     for m in msg:
> ....             print m
>
> should do? Why do you believe that what you think it should do would
> be a natural choice?

I think it odd for a Message to support the mapping protocol. However,
since that's what is announced, then I expect it to actually support
the mapping protocol, which in my expectation includes iterating over
the keys.

-- 
 \       "One of the most important things you learn from the internet |
  `\   is that there is no 'them' out there. It's just an awful lot of |
_o__)                                         'us'."  -- Douglas Adams |
Ben Finney



More information about the Python-list mailing list