]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format ...
authorNed Deily <nad@python.org>
Sat, 21 Mar 2020 05:42:50 +0000 (01:42 -0400)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2020 05:42:50 +0000 (22:42 -0700)
commit8835f465fa94f114dcf865429c0410821d365dae
tree5846b87cdcdd39fb00e849863f608e738516ab13
parent276eb67c29d05a93fbc22eea5470282e73700d20
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) (GH-17444) (#17445)

(cherry picked from commit a62ad4730c9b575f140f24074656c0257c86a09a)

Co-authored-by: Matthew Rollings <1211162+stealthcopter@users.noreply.github.com>
Lib/encodings/uu_codec.py
Lib/test/test_uu.py
Lib/uu.py
Misc/NEWS.d/next/Security/2019-12-01-22-44-40.bpo-38945.ztmNXc.rst [new file with mode: 0644]