summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-08-20 09:39:38 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-08-20 09:39:38 (GMT)
commit4e63d54b36093f35533bc0871bfa6ad3111bd048 (patch)
tree30b5e5a6177864dc9c78439737431f7e48b6b2e5 /Misc
parent77db0165eb2a39a7986e7e5b08da420cc1388ac8 (diff)
downloadcpython-4e63d54b36093f35533bc0871bfa6ad3111bd048.zip
cpython-4e63d54b36093f35533bc0871bfa6ad3111bd048.tar.gz
cpython-4e63d54b36093f35533bc0871bfa6ad3111bd048.tar.bz2
Add weakref support to the thread.lock type.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8977e19..7bb0d5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,8 @@ Core and Builtins
Library
-------
+- The thread.lock type now supports weak references.
+
- Issue #1356969: Add missing info methods in Tix.HList.
- Issue #1522587: New constants and methods for the Tix.Grid widget.