]> granicus.if.org Git - python/commit
Backport of weakref.WeakSet and tests from Python 3.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 29 Mar 2010 20:04:23 +0000 (20:04 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 29 Mar 2010 20:04:23 +0000 (20:04 +0000)
commite6410c536c9dca5a3a7899888c071f41a1767291
treea654e088538f3ca6b1b78aa3a2f2c95315124852
parentb8d688cd7c8b7d267cb84f2431457b71e52628fb
Backport of weakref.WeakSet and tests from Python 3.
Doc/library/weakref.rst
Lib/_weakrefset.py [new file with mode: 0644]
Lib/test/test_weakset.py [new file with mode: 0644]
Lib/unittest/test/test_result.py
Lib/weakref.py
Misc/NEWS