rollback the merge of r74524 because it causes failures in test_multiprocessing

This commit is contained in:
Benjamin Peterson 2009-10-09 20:36:25 +00:00
parent c70614fdce
commit fe51a1f204
2 changed files with 2 additions and 10 deletions

View file

@ -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::