email 3.0a0
Barry Warsaw
barry at python.org
Tue Oct 5 05:11:51 CEST 2004
Python 2.4 will come with version 3.0 of the email package. I've made a
standalone distutils package of email 3.0 for folks who don't want to
download the Python CVS. I plan on freezing the API when Python 2.4
beta 1 is released. For documentation and download links please see the
email-sig home page:
http://www.python.org/sigs/email-sig
Changes in email 3.0 include:
* New FeedParser provides an incremental parsing API for
applications that may read email message from blocking sources.
FeedParser is also more standards compliant than the old parser,
and is "non-strict" so that it should never raise parse errors
when parsing broken messages.
* Previously deprecated API features have been removed, while a
few more deprecations have been added.
* Support for Pythons earlier than 2.3 have been removed.
* Lots and lots of fixes.
Feel free to join the email-sig mailing list for further discussion.
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-announce-list/attachments/20041004/bffac4aa/attachment.pgp
More information about the Python-announce-list
mailing list