]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format... 17574/head
authorMatthew Rollings <1211162+stealthcopter@users.noreply.github.com>
Tue, 3 Dec 2019 18:18:52 +0000 (18:18 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Dec 2019 18:18:52 +0000 (10:18 -0800)
commita016d4e32cc9faa48105d00db275439c3dc93559
treedf5b679299d9dabc0ce4fe304ee61ad1190fd112
parent864207181d74800cf3f4e6c45b637854c65aa415
[2.7] bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418). (#17452)

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