]> granicus.if.org Git - python/commit
#27331: add policy keyword argument to all MIME subclasses.
authorR David Murray <rdmurray@bitdance.com>
Wed, 7 Sep 2016 20:48:35 +0000 (16:48 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 7 Sep 2016 20:48:35 +0000 (16:48 -0400)
commit56b1f1b4d5edef1ca6184225145cffc59d2b3b5d
tree305f7b097d8798b86f376a10cc27f928cb27d7a2
parent3788b85628eb9e8e802374303e14c04b6a817d97
#27331: add policy keyword argument to all MIME subclasses.

Patch by Berker Peksag.
Doc/library/email.mime.rst
Doc/whatsnew/3.6.rst
Lib/email/mime/application.py
Lib/email/mime/audio.py
Lib/email/mime/base.py
Lib/email/mime/image.py
Lib/email/mime/message.py
Lib/email/mime/multipart.py
Lib/email/mime/text.py
Lib/test/test_email/test_email.py
Misc/NEWS