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