cpython/Lib/email
Walter Dörwald f0dfc7ac5c Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
2003-10-20 14:01:56 +00:00
..
test test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. 2003-09-03 04:10:52 +00:00
Charset.py
Encoders.py
Errors.py
Generator.py _make_boundary(): A minor optimization suggested by the Timbot. 2003-06-24 20:19:34 +00:00
Header.py
Iterators.py
MIMEAudio.py
MIMEBase.py
MIMEImage.py
MIMEMessage.py
MIMEMultipart.py
MIMENonMultipart.py
MIMEText.py
Message.py Fix a bunch of typos in documentation, docstrings and comments. 2003-10-20 14:01:56 +00:00
Parser.py
Utils.py decode_rfc2231(): We need to urllib.unquote() the value even if the 2003-08-19 03:49:34 +00:00
__init__.py Bump the version number for the standalone mimelib package. 2003-08-19 04:05:25 +00:00
_compat21.py
_compat22.py
_parseaddr.py AddressList.__str__(): Get rid of useless, and broken method. Closes 2003-06-13 21:16:06 +00:00
base64MIME.py
quopriMIME.py