]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a bunch of tests for extended dict.update() where the argument is
authorBarry Warsaw <barry@python.org>
Tue, 26 Jun 2001 20:09:28 +0000 (20:09 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 26 Jun 2001 20:09:28 +0000 (20:09 +0000)
commit41775385df37af23ede71dad81d5f59df42f8dbd
tree24f2a21700e32b7bea99374e8a2c78a743967742
parent66a0d1d9b9f7d7e3bd7edce79bf862fc4cdd7b01
Add a bunch of tests for extended dict.update() where the argument is
a non-dictionary mapping object.  Include tests for several expected
failure modes.
Lib/test/test_types.py