]> granicus.if.org Git - python/commit
Christian Tismer: added test to ensure that multiplication commutes.
authorGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 17:41:37 +0000 (17:41 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 17:41:37 +0000 (17:41 +0000)
commit6e277cf7deb76ec83e8fe67ee78e9d9cb7977814
tree71690f1352edcbd362a895ba79dbe9d60b1cf608
parentba71a247acc7cac07a75d79ff087b29b56ee0b55
Christian Tismer: added test to ensure that multiplication commutes.

[The test is in a slightly odd place, in test_division_2; but it
exercises the recent change to long_mult(), and that's all we really
ask for.  --GvR]
Lib/test/test_long.py