Steve Holden <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to