]> granicus.if.org Git - python/commit
Make sure that WeakValueDictionary[] raises KeyError instead of TypeError
authorFred Drake <fdrake@acm.org>
Fri, 3 Aug 2001 04:11:27 +0000 (04:11 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 3 Aug 2001 04:11:27 +0000 (04:11 +0000)
commit4fd06e0170aa75e4873b73f733bfd3f3de19d967
treefc63ca7a172058454f2354727e6b17c16fb635c1
parent5d548796474d63db729903cd67a21e0a9f1e6666
Make sure that WeakValueDictionary[] raises KeyError instead of TypeError
for keys that are not in the dictionary.
Lib/test/test_weakref.py
Lib/weakref.py