summaryrefslogtreecommitdiffstats
path: root/Doc/library/weakref.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-10-09 20:36:25 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-10-09 20:36:25 (GMT)
commitfe51a1f204b6e087acb19b13a5fcd7aa20dc816e (patch)
treeb81423e6f10fe3e5db98204144af3109a852a26b /Doc/library/weakref.rst
parentc70614fdced11a47b60be188b16888e4b4c2749a (diff)
downloadcpython-fe51a1f204b6e087acb19b13a5fcd7aa20dc816e.zip
cpython-fe51a1f204b6e087acb19b13a5fcd7aa20dc816e.tar.gz
cpython-fe51a1f204b6e087acb19b13a5fcd7aa20dc816e.tar.bz2
rollback the merge of r74524 because it causes failures in test_multiprocessing
Diffstat (limited to 'Doc/library/weakref.rst')
-rw-r--r--Doc/library/weakref.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst
index d4751b1..9aaa58a 100644
--- a/Doc/library/weakref.rst
+++ b/Doc/library/weakref.rst
@@ -61,9 +61,6 @@ instances, functions written in Python (but not in C), instance methods, sets,
frozensets, file objects, :term:`generator`\s, type objects, sockets, arrays,
deques, and regular expression pattern objects.
-.. versionchanged:: 2.7
- Added support for thread.lock and threading.Lock.
-
Several built-in types such as :class:`list` and :class:`dict` do not directly
support weak references but can add support through subclassing::