summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-08-18 21:27:48 -0400
committerR David Murray <rdmurray@bitdance.com>2016-08-18 21:27:48 -0400
commitd074da9a58c49e7b6246ca0bfe0ed977125871cd (patch)
treee6371bc0e0cf9e6833989efa517e345e877d56df /Misc/NEWS
parent99a19976dd8e777ffb8d498e22ceb9814ce677f3 (diff)
downloadcpython-d074da9a58c49e7b6246ca0bfe0ed977125871cd.tar.gz
#2466: ismount now recognizes mount points user can't access.
Patch by Robin Roth, reviewed by Serhiy Storchaka, comment wording tweaked by me.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c78a191e2..974bf1a862 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Core and Builtins
Library
-------
+- Issue #2466: posixpath.ismount now correctly recognizes mount points which
+ the user does not have permission to access.
+
- Issue #27773: Correct some memory management errors server_hostname in _ssl.wrap_socket().
- Issue #26750: unittest.mock.create_autospec() now works properly for