summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2012-03-03 00:32:57 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2012-03-03 00:32:57 (GMT)
commit135b6d8aa5a24b08170fd94114a80dfeb1ae963c (patch)
treef1d912daf4c2464a2697c9203d283cc4812e4f1e /Misc
parent643cd68ea4b8d33a6d0163ef693ef6518f76b88f (diff)
downloadcpython-135b6d8aa5a24b08170fd94114a80dfeb1ae963c.zip
cpython-135b6d8aa5a24b08170fd94114a80dfeb1ae963c.tar.gz
cpython-135b6d8aa5a24b08170fd94114a80dfeb1ae963c.tar.bz2
Close #13550: Remove the debug machinery from the threading module: remove
verbose arguments from all threading classes and functions.
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 c5cd47a..1e16f96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -511,6 +511,9 @@ Core and Builtins
Library
-------
+- Issue #13550: Remove the debug machinery from the threading module: remove
+ verbose arguments from all threading classes and functions.
+
- Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary,
WeakValueDictionary) to return a better approximation when some objects
are dead or dying. Moreover, the implementation is now O(1) rather than