[issue15160] Add support for MIME header parsing to the new provisional email policies

2012-06-24 Thread R. David Murray
R. David Murray added the comment: Committed with release manager agreement. -- stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue15160] Add support for MIME header parsing to the new provisional email policies

2012-06-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0adccb941200 by R David Murray in branch 'default': #15160: Extend the new email parser to handle MIME headers. http://hg.python.org/cpython/rev/0adccb941200 -- nosy: +python-dev ___ Python tracker

[issue15160] Add support for MIME header parsing to the new provisional email policies

2012-06-24 Thread R. David Murray
New submission from R. David Murray : I've been working on this steadily for a while. I think it is now all working correctly. At least, it passes all the same tests that the existing RFC mime header parser passes, plus a bunch of additional ones. There are a couple of commented out tests wh