Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2009-04-02 18:33:47
Size: 1384
Editor: BarryWarsaw
Comment:
Revision 8 as of 2009-11-14 21:15:08
Size: 1696
Editor: RDavidMurray
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The [[http://www.python.org/doc/current/library/email.html|email package]] is a large, complicated package that comes with Python, and which supports parsing, manipulating and generating email messages in RFC compliant formats. Its development is ongoing. Current focus is on version 6.0, with a target release in Python 3.1 (back ported to Python 2.7), and with standalone packages available to older versions of Python. The [[http://www.python.org/doc/current/library/email.html|email package]] is a large, complicated package that comes with Python, and which supports parsing, manipulating and generating email messages in RFC compliant formats. Its development is ongoing. Current focus is on version 6.0, with a target release in Python 3.2 (back ported to Python 2.7), and with standalone packages available to older versions of Python.
Line 11: Line 11:
Ideally, email 6.0 would be ready for Python 3.1 [[http://www.python.org/dev/peps/pep-0375/|(release schedule)]]. In order to be ready for Python 3.1, we would need to be feature complete by the first scheduled beta on May 2, 2009. If we can't be ready by then, we'll target Python 3.2 which will likely be 18-24 months after Python 3.1 (so, something like beginning of 2011). In all cases, we'll provide standalone packages via the [[http://pypi.python.org/pypi|(cheeseshop)]] for all older versions, include Python 2.x at least back to Python 2.5. Ideally, email 6.0 would be ready for Python 3.2 (release currently scheduled for 2010-06-26). In order to be ready for Python 3.2, we would need to be feature complete by the first scheduled beta (2010-04-03). If we can't be ready by then, we'll target Python 3.3 which will likely be 18-24 months after Python 3.2 (so, most likely sometime in the first half of 2012). In all cases, we'll provide standalone packages via the [[http://pypi.python.org/pypi|(cheeseshop)]] for all older versions, include Python 2.x at least back to Python 2.6.

Note: the 3.2 release schedule is likely to be pushed out six months from the above dates.

== Resources ==

 . [[/RelevantRFCs|Relevant RFCs]]
 . [[/Glossary|Glossary]]
Line 14: Line 21:

 . [[/DesignOverviewProposal|Design Overview Proposal]]
 . [[/UseCases|Use Cases]]
 . [[/DesignThoughts|More Detailed Design Thoughts]]

The email package SIG

The email package is a large, complicated package that comes with Python, and which supports parsing, manipulating and generating email messages in RFC compliant formats. Its development is ongoing. Current focus is on version 6.0, with a target release in Python 3.2 (back ported to Python 2.7), and with standalone packages available to older versions of Python.

The information and pages below are used to record decisions and status related to the email package's development. Discussions should be conducted on the Email SIG mailing list (archive).

Goals

Schedule and Status

Ideally, email 6.0 would be ready for Python 3.2 (release currently scheduled for 2010-06-26). In order to be ready for Python 3.2, we would need to be feature complete by the first scheduled beta (2010-04-03). If we can't be ready by then, we'll target Python 3.3 which will likely be 18-24 months after Python 3.2 (so, most likely sometime in the first half of 2012). In all cases, we'll provide standalone packages via the (cheeseshop) for all older versions, include Python 2.x at least back to Python 2.6.

Note: the 3.2 release schedule is likely to be pushed out six months from the above dates.

Resources

Initiatives and Proposals

Email SIG (last edited 2010-03-08 17:11:56 by c-24-91-29-50)

Unable to edit the page? See the FrontPage for instructions.