]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault().
authorFred Drake <fdrake@acm.org>
Wed, 13 Mar 2002 05:49:06 +0000 (05:49 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 13 Mar 2002 05:49:06 +0000 (05:49 +0000)
commit585a30c5294754555ec678f55ae7df6ff4da7930
treed9e7d763839abef82dbb352de2d802177bc7e74d
parent67edc16652c9749b0b3a2d3218c91dc1558f260d
Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault().
The purpose is to avoid regression on SF bug #529273.
This test is stronger than the one submitted with the bug report.
Lib/test/test_weakref.py