|
|
Subscribe / Log in / New account

Standalone email package 3.0 final

From:  Barry Warsaw <barry-AT-python.org>
To:  python-announce-AT-python.org
Subject:  Standalone email package 3.0 final
Date:  Mon, 29 Nov 2004 02:16:15 -0500
Cc:  python-list-AT-python.org, email-sig-AT-python.org

Python 2.4 final will probably be released in a few hours so this seems
like a good time to release the standalone email package, version 3.0
final.  Unless there's some last second snafu, this will be identical to
the version released with Python 2.4.

email 3.0 is compatible with Python 2.3 and 2.4.  If you need to support
earlier versions of Python, stick with email 2.5.5.   For documentation
(until Fred flips the "current" docs switch) 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 need to read email messages from blocking
        sources (e.g. sockets).  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.
      * The old Parser API is (mostly) supported for backward
        compatibility.
      * 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


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html




to post comments


Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds