diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-05 22:29:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-05 22:29:33 (GMT) |
commit | 768f3b4492c3ab5037cf575bd5dcf2155aeb33b5 (patch) | |
tree | 7be98777e1094b346dec4b78bceec98e29cb6a88 /Misc | |
parent | 9ed756bc21448bf1f2e1b45e11a523d1ac8c869a (diff) | |
download | cpython-768f3b4492c3ab5037cf575bd5dcf2155aeb33b5.zip cpython-768f3b4492c3ab5037cf575bd5dcf2155aeb33b5.tar.gz cpython-768f3b4492c3ab5037cf575bd5dcf2155aeb33b5.tar.bz2 |
do not pretend to support passing a fd to access()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -62,6 +62,9 @@ Library - Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. +- Remove support for passing a file descriptor to os.access. It never worked but + previously didn't raise. + - Issue #12885: Fix error when distutils encounters symlink. - Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level. |