]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport gvanrossum's checkin of
authorMichael W. Hudson <mwh@python.net>
Fri, 23 Aug 2002 16:29:27 +0000 (16:29 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 23 Aug 2002 16:29:27 +0000 (16:29 +0000)
commitf2a62c37a66fe668031637fe619d0f94a941eb3f
tree0768133ede09ee6de4d75b43935e0df30a1535fb
parent4437f2c301307a4b1f6de9d172069601006e6c3a
backport gvanrossum's checkin of
    revision 1.19 of test_weakref.py

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