[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-25 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2b6f183091b9 by R David Murray in branch 'default': #12586: Fix a small oversight in the new email policy header setting code. http://hg.python.org/cpython/rev/2b6f183091b9 -- ___ Python tracker

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 09e97829ed1e by R David Murray in branch 'default': Add news entries for #14731 and #12586. http://hg.python.org/cpython/rev/09e97829ed1e -- ___ Python tracker __

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 331cceee3b45 by R David Murray in branch 'default': #12586: Expand What's New email entry with provisional policy features. http://hg.python.org/cpython/rev/331cceee3b45 -- ___ Python tracker

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0189b9d2d6bc by R David Murray in branch 'default': #12586: add provisional email policy with new header parsing and folding. http://hg.python.org/cpython/rev/0189b9d2d6bc -- nosy: +python-dev ___ Python

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-23 Thread R. David Murray
Changes by R. David Murray : Added file: http://bugs.python.org/file25693/email6.patch ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-23 Thread R. David Murray
Changes by R. David Murray : Removed file: http://bugs.python.org/file25655/email6.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-20 Thread R. David Murray
Changes by R. David Murray : Added file: http://bugs.python.org/file25655/email6.patch ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-20 Thread R. David Murray
Changes by R. David Murray : Removed file: http://bugs.python.org/file25646/email6.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue12586] Provisional new email API: new policy implementing custom header objects

2012-05-19 Thread R. David Murray
R. David Murray added the comment: As mentioned on python-dev, I'm planning to introduce the new header parsing/folding code as a provisional API in the spirit if not quite the letter of PEP 411. Issue 14731 is a pre-requisite for this issue, since this patch builds on to of that one. This