diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-08-19 01:31:13 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-08-19 01:31:13 (GMT) |
commit | c19960385342e95da7437cec908c12ff5cd53bf2 (patch) | |
tree | 1c421c1acf8ea245ba342dfa05d3e4bb57817109 /Misc/NEWS | |
parent | 696738cf1bff86431fa611b78345db1434320ea4 (diff) | |
parent | 750018b91aeb5dfb46dc1e156a8b4e7aefb6d59f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |