summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@dropbox.com>2016-08-23 17:47:07 (GMT)
committerGuido van Rossum <guido@dropbox.com>2016-08-23 17:47:07 (GMT)
commitf0666949fda1f418eb656b7503b4609e6bd58163 (patch)
treea9c1f0e0b7ec9c16f7f30a54a9b1dc90b79f85fb /Misc
parent9ff4fb36199f94818d97be56d0b3ab1c9e989209 (diff)
downloadcpython-f0666949fda1f418eb656b7503b4609e6bd58163.zip
cpython-f0666949fda1f418eb656b7503b4609e6bd58163.tar.gz
cpython-f0666949fda1f418eb656b7503b4609e6bd58163.tar.bz2
Issue 27598: Add Collections to collections.abc.
Patch by Ivan Levkivskyi, docs by Neil Girdhar.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63d19a2..091d7ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -126,6 +126,9 @@ Core and Builtins
Library
-------
+- Issue 27598: Add Collections to collections.abc.
+ Patch by Ivan Levkivskyi, docs by Neil Girdhar.
+
- 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