]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Dec 2019 23:34:31 +0000 (15:34 -0800)
committerNed Deily <nad@python.org>
Mon, 2 Dec 2019 23:34:31 +0000 (18:34 -0500)
commit30afc91f5e70cf4748ffac77a419ba69ebca6f6a
tree6087265e569a60cda437f8e43e9c9f2019d27fd9
parent0716056c49e9505041e30386dad9b2e788f67aaf
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) (GH-17444)

(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]