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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29156>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to