summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-04-04 08:51:41 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-04-04 08:51:41 (GMT)
commite2eda606a83cbe68846faf44b478053e250fb025 (patch)
treeb9241a4342bc1111b71e173ac0c3c284dc1cda10 /Misc
parentd12dfbbcd90286067bc76b53fd48aedd3efbfdd2 (diff)
downloadcpython-e2eda606a83cbe68846faf44b478053e250fb025.zip
cpython-e2eda606a83cbe68846faf44b478053e250fb025.tar.gz
cpython-e2eda606a83cbe68846faf44b478053e250fb025.tar.bz2
Improve accuracy of sequence and mapping checks.
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.