]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
authorDong-hee Na <donghee.na@python.org>
Mon, 21 Jun 2021 13:59:02 +0000 (22:59 +0900)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 13:59:02 +0000 (22:59 +0900)
commit30f7a77f359a0fc6e37988b0f317a77a15d66b7b
tree3257558adfadd47995f24585f07883d41c31fbcf
parent45a78f906d2d5fe5381d78466b11763fc56d57ba
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
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]