]> granicus.if.org Git - python/commit
SF patch 564549 (Erik Andersén).
authorGuido van Rossum <guido@python.org>
Mon, 10 Jun 2002 20:00:52 +0000 (20:00 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Jun 2002 20:00:52 +0000 (20:00 +0000)
commit009afb7c90882ee83e196b62b1555067e14fd950
treecfba62798e8602a7c721f81572ad5df2f1ad9a12
parent804cdca7ea38e197e8ac6a9a748a25dc19543079
SF patch 564549 (Erik Andersén).

The WeakKeyDictionary constructor didn't work when a dict arg was
given.  Fixed by moving a line.  Also adding a unit test.

Bugfix candidate.
Lib/test/test_weakref.py
Lib/weakref.py
Misc/ACKS