summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-03 07:55:44 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-03 07:55:44 (GMT)
commitf8de3fea1280d55377d40c6e04b64114f9da2fa6 (patch)
treebf723ad86ffcf6bdc2550fe6304fd384d9445e08 /Misc
parent3b9406b08aad04c1f92d7a2ab03c8a42c3afb8be (diff)
downloadcpython-f8de3fea1280d55377d40c6e04b64114f9da2fa6.zip
cpython-f8de3fea1280d55377d40c6e04b64114f9da2fa6.tar.gz
cpython-f8de3fea1280d55377d40c6e04b64114f9da2fa6.tar.bz2
#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.
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 a6afdb9..b15721b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@ Core and Builtins
Library
-------
+- Issue #10360: In WeakSet, do not raise TypeErrors when testing for
+ membership of non-weakrefable objects.
+
- Issue #940286: pydoc.Helper.help() ignores input/output init parameters.
- Issue #1745035: Add a command size and data size limit to smtpd.py, to