diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-09 20:36:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-09 20:36:25 (GMT) |
commit | fe51a1f204b6e087acb19b13a5fcd7aa20dc816e (patch) | |
tree | b81423e6f10fe3e5db98204144af3109a852a26b /Doc/library/weakref.rst | |
parent | c70614fdced11a47b60be188b16888e4b4c2749a (diff) | |
download | cpython-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.rst | 3 |
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:: |