Use full package paths in imports.
[python/dscho.git] / Lib / test / output / test_pow
blob9649936856967a77941bb8d9108163f14440272f
1 test_pow
2 Testing integer mode...
3     Testing 2-argument pow() function...
4     Testing 3-argument pow() function...
5 Testing long integer mode...
6     Testing 2-argument pow() function...
7     Testing 3-argument pow() function...
8 Testing floating point mode...
9     Testing 3-argument pow() function...
10 The number in both columns should match.
11 3 3
12 -5 -5
13 -1 -1
14 5 5
15 -3 -3
16 -7 -7
18 3L 3L
19 -5L -5L
20 -1L -1L
21 5L 5L
22 -3L -3L
23 -7L -7L