diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-08-19 01:27:48 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-08-19 01:27:48 (GMT) |
commit | 750018b91aeb5dfb46dc1e156a8b4e7aefb6d59f (patch) | |
tree | 0a2b261890a8139d6598e8e0b43dc60ae80d0302 /Misc | |
parent | eec9331b207cf7def6f04156d00a8479d1630dd3 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 @@ -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 |