commit | 0628a66c75761ffac87564d05eddc00c194c316d | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Sep 03 08:44:02 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Sep 03 08:44:02 2001 +0000 |
tree | 31142e56ea057b93a8a414690dcf7ab0356a229b | |
parent | 32f453eaa476c78376cd721d29ba8ab726e400bb [diff] |
Restore a line deleted by mistake.
diff --git a/Lib/test/test_pow.py b/Lib/test/test_pow.py index 41911bf..b315bd5 100644 --- a/Lib/test/test_pow.py +++ b/Lib/test/test_pow.py
@@ -117,3 +117,5 @@ if j >= 0 and k != 0: o = pow(long(i),j) % k n = pow(long(i),j,k) + if o != n: print 'Integer mismatch:', i,j,k +