[issue18785] Add get_body and iter_attachments to provisional email API

2013-10-09 Thread R. David Murray
Changes by R. David Murray : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue18785] Add get_body and iter_attachments to provisional email API

2013-10-09 Thread R. David Murray
R. David Murray added the comment: Serhiy's review comments were addressed by changes made on the master patch issue. Closing this one in favor of that one. -- resolution: -> out of date stage: patch review -> committed/rejected superseder: -> Master patch for content manager addtion

[issue18785] Add get_body and iter_attachments to provisional email API

2013-08-19 Thread R. David Murray
New submission from R. David Murray: I'm working on completing the API changes for the email package for 3.4. This means I'm adding some more stuff to the current provisional API, which I will then aim to make non-provisional in 3.5. I've made a complete proposal to the email-sig, and have go