]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Jul 2020 21:21:00 +0000 (14:21 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2020 21:21:00 +0000 (14:21 -0700)
commite68978978f49cfc489fa0f888281ce84460818c0
tree3a2299bf88bb61a49131a32b877cb3d335acf399
parentfbd71f66843aea71c09656f17a196d29d5d484af
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)

(cherry picked from commit 4fa61a7732923f92de0f7830c12da48c4cec937f)

Co-authored-by: Mark Sapiro <mark@msapiro.net>
Lib/email/contentmanager.py
Lib/test/test_email/test_contentmanager.py
Misc/NEWS.d/next/Library/2020-05-30-12-44-29.bpo-39384.Iqxy3q.rst [new file with mode: 0644]