]> granicus.if.org Git - python/commit
Complete a merge of the mimelib project and the Python cvs codebases
authorBarry Warsaw <barry@python.org>
Sun, 19 May 2002 23:44:19 +0000 (23:44 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 19 May 2002 23:44:19 +0000 (23:44 +0000)
commit8c1aac247667e6ac146e9153cd2941e4c5ec7b09
tree4ed2ee7b3470d19d54d99d61f7509d3d4c5777bf
parent2ae87539aad20670184ff9d30f625dddd6ac2e78
Complete a merge of the mimelib project and the Python cvs codebases
for the email package.  The former is now just a shell project that
has some extra files for packaging for independent use (e.g. setup.py
and README).

Added a compatibility layer so that the same API can be used in Python
2.1 and 2.2/2.3 with the major differences shuffled off into helper
modules (_compat21.py and _compat22.py).

Also bumped the package version number to 2.0.3 for some fixes to be
checked in momentarily.
Lib/email/Encoders.py
Lib/email/Iterators.py
Lib/email/Message.py
Lib/email/Utils.py
Lib/email/__init__.py
Lib/email/_compat21.py [new file with mode: 0644]
Lib/email/_compat22.py [new file with mode: 0644]