]> granicus.if.org Git - python/commit
Weak*Dictionary.update(): Fix calls to [].append() to only have one
authorFred Drake <fdrake@acm.org>
Mon, 16 Apr 2001 17:34:48 +0000 (17:34 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 16 Apr 2001 17:34:48 +0000 (17:34 +0000)
commit1d9e4b7de3d15007d5b9e7ac4b38f5e158d3c840
treecbfbd05e3dc6974c0c598adff4b8bf400882ad2a
parent67addfe2a87d22458323e268d2bcc7406e6febc2
Weak*Dictionary.update():  Fix calls to [].append() to only have one
    parameter.

Weak*Dictionary.get():  Make the second parameter optional.

WeakKeyDictionary.has_key(), .keys():  Make these actually work!
Lib/weakref.py