]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Jun 2021 14:27:26 +0000 (07:27 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 14:27:26 +0000 (07:27 -0700)
commit20a1495b8a93596b322ea19bb09008db036eb7e6
treed2b21729908d7e820856d82983448ddb4ee3ee15
parent6614eac843c5dc0f4c2664ef610b81e556e44923
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)

(cherry picked from commit 30f7a77f359a0fc6e37988b0f317a77a15d66b7b)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Lib/email/message.py
Lib/test/test_email/test_message.py
Misc/NEWS.d/next/Library/2021-06-12-10-08-14.bpo-44395.PcW6Sx.rst [new file with mode: 0644]