summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-08-19 01:31:13 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-08-19 01:31:13 (GMT)
commitc19960385342e95da7437cec908c12ff5cd53bf2 (patch)
tree1c421c1acf8ea245ba342dfa05d3e4bb57817109 /Misc/NEWS
parent696738cf1bff86431fa611b78345db1434320ea4 (diff)
parent750018b91aeb5dfb46dc1e156a8b4e7aefb6d59f (diff)
downloadcpython-c19960385342e95da7437cec908c12ff5cd53bf2.zip
cpython-c19960385342e95da7437cec908c12ff5cd53bf2.tar.gz
cpython-c19960385342e95da7437cec908c12ff5cd53bf2.tar.bz2
Merge: #2466: ismount now recognizes mount points user can't access.
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 18b42c7..dc73485 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,9 @@ Core and Builtins
Library
-------
+- Issue #2466: posixpath.ismount now correctly recognizes mount points which
+ the user does not have permission to access.
+
- Issue #25958: Support "anti-registration" of special methods from
various ABCs, like __hash__, __iter__ or __len__. All these (and
several more) can be set to None in an implementation class and the