This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients barry, r.david.murray
Date 2013-08-31.03:09:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377918603.72.0.362957249668.issue18891@psf.upfronthosting.co.za>
In-reply-to
Content
Since the only way to get a rietveld review link for all the changes is to post a single complete patch, I'm doing so in this issue.  Feel free to review based on either this or the separate patches posted in issue 18785, issue 18860, and issue 18890.

There are a couple of bug fixes in this code, but for the most part it is the addition of a new sub-modulej, and a new subclass to the message.py code, plus the accompanying documentation.

Note that this pretty much completes the proposed API additions to the email module.  There may be some additional small tweaks, and there will certainly be some additional support code for specific message header and message types later, but checking this in will mark the completion of the email6 implementation from my point of view.  (The project won't be complete, of course, until the code becomes non-provisional, hopefully in 3.5.)
History
Date User Action Args
2013-08-31 03:10:04r.david.murraysetrecipients: + r.david.murray, barry
2013-08-31 03:10:03r.david.murraysetmessageid: <1377918603.72.0.362957249668.issue18891@psf.upfronthosting.co.za>
2013-08-31 03:10:03r.david.murraylinkissue18891 messages
2013-08-31 03:10:03r.david.murraycreate