[New-bugs-announce] [issue29156] remove superfluous pow test for (nonexistent) long

Lukas Schwaighofer report at bugs.python.org
Wed Jan 4 11:45:56 EST 2017


New submission from Lukas Schwaighofer:

Since python 3 there is no longer a type long. There is still a legacy test formerly used for longs present in test_pow.py. As the same test is already present (as also visible at the beginning of the patch) the test can safely be removed.

----------
components: Tests
files: test_pow.patch
keywords: patch
messages: 284652
nosy: lukas.schwaighofer
priority: normal
severity: normal
status: open
title: remove superfluous pow test for (nonexistent) long
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file46143/test_pow.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29156>
_______________________________________


More information about the New-bugs-announce mailing list