diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-09-12 22:52:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-12 22:52:40 (GMT) |
commit | 40caa05fa4d1810a1a6bfc34e0ec930c351089b7 (patch) | |
tree | 7d64642db943b1c395ffac9097d52727498a8ce4 /Misc | |
parent | 2087023fdec2c89070bd14f384a3c308c548a94a (diff) | |
download | cpython-40caa05fa4d1810a1a6bfc34e0ec930c351089b7.zip cpython-40caa05fa4d1810a1a6bfc34e0ec930c351089b7.tar.gz cpython-40caa05fa4d1810a1a6bfc34e0ec930c351089b7.tar.bz2 |
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-12-14-46-51.bpo-34652.Rt1m1b.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-12-14-46-51.bpo-34652.Rt1m1b.rst b/Misc/NEWS.d/next/Library/2018-09-12-14-46-51.bpo-34652.Rt1m1b.rst new file mode 100644 index 0000000..cbdd7e0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-12-14-46-51.bpo-34652.Rt1m1b.rst @@ -0,0 +1 @@ +Ensure :func:`os.lchmod` is never defined on Linux. |