diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-02-27 18:36:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-02-27 18:36:56 (GMT) |
commit | 5e1633365d8a48e96dd4f42c4e7c8729bc62c26d (patch) | |
tree | d743b73ad41520e52d485187e35b1dae577a34f8 /Lib/test/output/test_weakref | |
parent | bb40dc48928269d3f60e60e0642b56ecfca2913c (diff) | |
download | cpython-5e1633365d8a48e96dd4f42c4e7c8729bc62c26d.zip cpython-5e1633365d8a48e96dd4f42c4e7c8729bc62c26d.tar.gz cpython-5e1633365d8a48e96dd4f42c4e7c8729bc62c26d.tar.bz2 |
Patch #403985: Add support for weak-keyed dictionaries
Diffstat (limited to 'Lib/test/output/test_weakref')
-rw-r--r-- | Lib/test/output/test_weakref | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/output/test_weakref b/Lib/test/output/test_weakref index b3d6f97..ef74e7e 100644 --- a/Lib/test/output/test_weakref +++ b/Lib/test/output/test_weakref @@ -15,6 +15,10 @@ Weak Valued Dictionaries objects are stored in weak dict weak dict test complete +Weak Keyed Dictionaries +objects are stored in weak dict +weak key dict test complete + Non-callable Proxy References XXX -- tests not written! |