summaryrefslogtreecommitdiffstats
path: root/Lib/copy.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-10-08 16:35:45 (GMT)
committerGuido van Rossum <guido@python.org>2001-10-08 16:35:45 (GMT)
commit4570455813b2fca60a659b1ac0aa324e28f87619 (patch)
treeb94aa03ecb592e93f27fe1889cace6e09fe82e99 /Lib/copy.py
parentb35f0ce2b82ff3ffe8f1b961557af3cbebf88da7 (diff)
downloadcpython-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