]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backporting of email 2.4 from Python 2.3. Many newly added modules,
authorBarry Warsaw <barry@python.org>
Fri, 4 Oct 2002 17:24:24 +0000 (17:24 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 4 Oct 2002 17:24:24 +0000 (17:24 +0000)
commit18ff7954685b8388912df74faaec06f82fcd8cfc
tree812532cd2aa6e17ddbd9f5a8ca2538c96dfde6d5
parent5b70f66bf61717ff286d6da959d05c43514a1d14
Backporting of email 2.4 from Python 2.3.  Many newly added modules,
some updated modules, updated documentation, and updated tests.  Note
that Lib/test/regrtest.py added test_email_codecs to the expected
skips for all platforms.  Also note that test_email_codecs.py differs
slightly from its Python 2.3 counterpart due to the difference in
package location for TestSkipped.
23 files changed:
Doc/lib/email.tex
Doc/lib/emailencoders.tex
Doc/lib/emailexc.tex
Doc/lib/emailgenerator.tex
Doc/lib/emailiter.tex
Doc/lib/emailmessage.tex
Doc/lib/emailparser.tex
Doc/lib/emailutil.tex
Lib/email/Encoders.py
Lib/email/Errors.py
Lib/email/Generator.py
Lib/email/Iterators.py
Lib/email/MIMEAudio.py
Lib/email/MIMEBase.py
Lib/email/MIMEImage.py
Lib/email/MIMEMessage.py
Lib/email/MIMEText.py
Lib/email/Message.py
Lib/email/Parser.py
Lib/email/Utils.py
Lib/email/__init__.py
Lib/test/regrtest.py
Lib/test/test_email.py