Staging
v0.5.1
https://github.com/python/cpython
Revision bb113867305f8ab70947bffb77961a60d10730dc authored by Barry Warsaw on 03 October 2004, 03:16:19 UTC, committed by Barry Warsaw on 03 October 2004, 03:16:19 UTC
Briefly (from the NEWS file):

- Updates for the email package:
  + All deprecated APIs that in email 2.x issued warnings have been removed:
    _encoder argument to the MIMEText constructor, Message.add_payload(),
    Utils.dump_address_pair(), Utils.decode(), Utils.encode()
  + New deprecations: Generator.__call__(), Message.get_type(),
    Message.get_main_type(), Message.get_subtype(), the 'strict' argument to
    the Parser constructor.  These will be removed in email 3.1.
  + Support for Python earlier than 2.3 has been removed (see PEP 291).
  + All defect classes have been renamed to end in 'Defect'.
  + Some FeedParser fixes; also a MultipartInvariantViolationDefect will be
    added to messages that claim to be multipart but really aren't.
  + Updates to documentation.
1 parent 2cdd608
History
Tip revision: bb113867305f8ab70947bffb77961a60d10730dc authored by Barry Warsaw on 03 October 2004, 03:16:19 UTC
Big email 3.0 API changes, with updated unit tests and documentation.
Tip revision: bb11386
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.6 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 572.1 KB
configure.in -rw-r--r-- 85.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.7 KB
setup.py -rw-r--r-- 51.2 KB

README

back to top