diff options
author | Timo Furrer <tuxtimo@gmail.com> | 2019-01-17 14:15:53 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2019-01-17 14:15:53 (GMT) |
commit | 17f05bbc78dbcd1db308266c31370da9ec1b1d47 (patch) | |
tree | 27fd4f29df7b62bdad0400bd151fcf1d1d3d9689 /Misc | |
parent | f1d8e7cf17a010d2657822e06a41b30c9542a8c7 (diff) | |
download | cpython-17f05bbc78dbcd1db308266c31370da9ec1b1d47.zip cpython-17f05bbc78dbcd1db308266c31370da9ec1b1d47.tar.gz cpython-17f05bbc78dbcd1db308266c31370da9ec1b1d47.tar.bz2 |
bpo-33687: Fix call to os.chmod() in uu.decode() (GH-7282)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-10-14-08-52.bpo-33687.1zZdnA.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-10-14-08-52.bpo-33687.1zZdnA.rst b/Misc/NEWS.d/next/Library/2018-06-10-14-08-52.bpo-33687.1zZdnA.rst new file mode 100644 index 0000000..63c5bfc --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-10-14-08-52.bpo-33687.1zZdnA.rst @@ -0,0 +1,2 @@ +Fix the call to ``os.chmod()`` for ``uu.decode()`` if a mode is given or +decoded. Patch by Timo Furrer. |