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

R. David Murray report at bugs.python.org
Sun May 20 01:42:05 CEST 2012


R. David Murray <rdmurray at bitdance.com> 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 patch is almost entirely additions.  At a later stage I can probably remove some of the older code, but the bulk of the backward compatibility stuff may have to remain around until Python4.

----------
assignee: r.david.murray -> 
components: +email -Library (Lib)
dependencies: +Enhance Policy framework in preparation for adding email6 policies as provisional
title: Enhanced email API: header objects -> Provisional new email API: new policy implementing custom header objects
type:  -> enhancement
Added file: http://bugs.python.org/file25646/email6.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12586>
_______________________________________


More information about the Python-bugs-list mailing list