]> 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 22:43:15 +0000 (14:43 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2019 22:43:15 +0000 (14:43 -0800)
commit87f2d261ee1c63ed39517355833d087c5a78b4bf
tree79db72d0eada326b2c4777290d6777f749e06988
parent1f4f28cbf3ca4c7f85b41b1f7b9455a375415cc0
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418)

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