[Python-Dev] Long Multiplication is not commutative.

Tim Peters tim_one@email.msn.com
Thu, 6 Apr 2000 22:19:02 -0400


> Yes, go for it.  I would appreciate a bunch of new test cases that
> exercise the new path through the code, too...

FYI, a suitable test would be to add a line to function test_division_2 in
test_long.py, to verify that x*y == y*x.  A variety of bitlengths for x and
y are already generated by the framework.