]> granicus.if.org Git - python/commit
Revert the previous patch to test_pow.py and move the test to test_unary.py
authorFred Drake <fdrake@acm.org>
Thu, 30 Aug 2001 19:15:20 +0000 (19:15 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 30 Aug 2001 19:15:20 +0000 (19:15 +0000)
commit702ca4ffcb4630dad3aa2967618777e0f44a1e3c
tree3b13e210333e86da7b5fd1aa9f71753437fce35c
parentd256271c552cd021a91732ddc31552ade6cdf79f
Revert the previous patch to test_pow.py and move the test to test_unary.py
based on a suggestion from Tim Peters; also make sure that we're really
doing exponentiation and not multiplication.
Lib/test/test_pow.py
Lib/test/test_unary.py