cpython/Lib/email/mime
R David Murray 42243c4dca #14380: Make actual default match docs, fix __init__ order.
Éric pointed out that given that the default was documented as None, someone
would reasonably pass that to get the default behavior.  In fixing the code to
use None, I noticed that the change to _charset was being done after it had
already been passed to MIMENonMultipart.  The change to the test verifies that
the order is now correct.
2012-03-22 22:40:44 -04:00
..
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
application.py #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
audio.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
base.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
image.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
message.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
multipart.py Merged revisions 60053-60078 via svnmerge from 2008-01-19 16:21:02 +00:00
nonmultipart.py Merged revisions 73623-73624 via svnmerge from 2009-06-28 17:35:48 +00:00
text.py #14380: Make actual default match docs, fix __init__ order. 2012-03-22 22:40:44 -04:00