]> granicus.if.org Git - python/commit
Issue #29156: Remove superfluous pow test.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Jan 2017 16:53:00 +0000 (18:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Jan 2017 16:53:00 +0000 (18:53 +0200)
commit4fd9cc14b41a9c6979aa9cfb479ce9713380e906
tree60e48b949b8b8ef2cc614ebd3be2fae2148354d9
parent51b90d28e21293cbb6763c26ea88de45508c2de9
parent1d54b114c5f0400710c425a30555a5cb7cc0db71
Issue #29156: Remove superfluous pow test.
test_powlong is the same as test_powint.
Patch by Lukas Schwaighofer.
Lib/test/test_pow.py