summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 b1f2043..c51b74b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,9 @@ Core and builtins
Extension modules
-----------------
+- operator.isMappingType() and operator.isSequenceType() now give
+ fewer false positives.
+
- socket.sslerror is now a subclass of socket.error . Also added
socket.error to the socket module's C API.