diff options
author | Guido van Rossum <guido@python.org> | 2001-10-08 16:35:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-08 16:35:45 (GMT) |
commit | 4570455813b2fca60a659b1ac0aa324e28f87619 (patch) | |
tree | b94aa03ecb592e93f27fe1889cace6e09fe82e99 /Lib/copy.py | |
parent | b35f0ce2b82ff3ffe8f1b961557af3cbebf88da7 (diff) | |
download | cpython-4570455813b2fca60a659b1ac0aa324e28f87619.zip cpython-4570455813b2fca60a659b1ac0aa324e28f87619.tar.gz cpython-4570455813b2fca60a659b1ac0aa324e28f87619.tar.bz2 |
Change all occurrences of verify(x == y) into vereq(x, y), since when
this type of test fails, vereq() does a better job of reporting than
verify().
Change vereq(x, y) to use "not x == y" rather than "x != y" -- it
makes a difference is some overloading tests.
Diffstat (limited to 'Lib/copy.py')
0 files changed, 0 insertions, 0 deletions