]> 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:44:44 +0000 (14:44 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2019 22:44:44 +0000 (14:44 -0800)
commit8859fc629474ab1ca7eb2e67aec538097c327e58
treeb755ac1d3671368753557afa3a0b47ec833cab68
parent9e728806d03fff8fa9e75159e567b2b4e040971b
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]