]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
This commit was manufactured by cvs2svn to create branch
authorcvs2svn <tools@python.org>
Fri, 4 Oct 2002 17:24:24 +0000 (17:24 +0000)
committercvs2svn <tools@python.org>
Fri, 4 Oct 2002 17:24:24 +0000 (17:24 +0000)
commit5b70f66bf61717ff286d6da959d05c43514a1d14
tree1e17e9ebef416bcd499946b8f2a41ffff0a4d6ed
parentb3861ce31fd5b15ab54b65dc45c232e644277f1f
This commit was manufactured by cvs2svn to create branch
'release22-maint'.
16 files changed:
Doc/lib/email-dir.py [new file with mode: 0644]
Doc/lib/email-mime.py [new file with mode: 0644]
Doc/lib/email-simple.py [new file with mode: 0644]
Doc/lib/email-unpack.py [new file with mode: 0644]
Doc/lib/emailcharsets.tex [new file with mode: 0644]
Doc/lib/emailheaders.tex [new file with mode: 0644]
Doc/lib/emailmimebase.tex [new file with mode: 0644]
Lib/email/Charset.py [new file with mode: 0644]
Lib/email/Header.py [new file with mode: 0644]
Lib/email/MIMEMultipart.py [new file with mode: 0644]
Lib/email/MIMENonMultipart.py [new file with mode: 0644]
Lib/email/base64MIME.py [new file with mode: 0644]
Lib/email/quopriMIME.py [new file with mode: 0644]
Lib/email/test/data/msg_32.txt [new file with mode: 0644]
Lib/email/test/data/msg_33.txt [new file with mode: 0644]
Lib/email/test/test_email.py [new file with mode: 0644]