]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Jan 2019 14:32:59 +0000 (06:32 -0800)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 17 Jan 2019 14:32:59 +0000 (17:32 +0300)
commita261b737617ca8d52e04bf3ead346b1b8786a212
tree0d9d52cca6500426447ae5b59df90bbdd0e04538
parent6d84071514346efd5eddee1a2963e7ea25ceb901
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)

(cherry picked from commit 17f05bbc78dbcd1db308266c31370da9ec1b1d47)

Co-authored-by: Timo Furrer <tuxtimo@gmail.com>
Lib/test/test_uu.py
Lib/uu.py
Misc/NEWS.d/next/Library/2018-06-10-14-08-52.bpo-33687.1zZdnA.rst [new file with mode: 0644]