commit | e2d4dd194b67800f67c5b333fc3d891eeed09d09 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 24 22:24:22 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 24 22:24:22 1997 +0000 |
tree | 642d3fd5a55e796050cbd0fcd8d3c760546c48eb | |
parent | 275feea40fc1eaad7e6f16a28f5d6f037d364503 [diff] |
Use fuzzy comparison from test_support to compare outcome of pow(x,y,z) to pow(x,y)%z.