summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-08-19 01:27:48 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-08-19 01:27:48 (GMT)
commit750018b91aeb5dfb46dc1e156a8b4e7aefb6d59f (patch)
tree0a2b261890a8139d6598e8e0b43dc60ae80d0302 /Misc
parenteec9331b207cf7def6f04156d00a8479d1630dd3 (diff)
downloadcpython-750018b91aeb5dfb46dc1e156a8b4e7aefb6d59f.zip
cpython-750018b91aeb5dfb46dc1e156a8b4e7aefb6d59f.tar.gz
cpython-750018b91aeb5dfb46dc1e156a8b4e7aefb6d59f.tar.bz2
#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')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 150d37a..0664e87 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1258,6 +1258,7 @@ Guido van Rossum
Just van Rossum
Hugo van Rossum
Saskia van Rossum
+Robin Roth
Clement Rouault
Donald Wallace Rouse II
Liam Routt
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c78a19..974bf1a 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