]> 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:42 +0000 (07:27 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 14:27:42 +0000 (07:27 -0700)
commit67b3a9995368f89b7ce4a995920b2a83a81c599b
tree48dbdf662a79694da43d5b27b38ed94fc95be5dc
parent83ad40efc3e299d1e94692d958111a63c2fd6775
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]