mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
This commit is contained in:
parent
4af4d273bd
commit
9594942716
40 changed files with 137 additions and 150 deletions
|
@ -253,7 +253,7 @@ class CMathTests(unittest.TestCase):
|
|||
self.assertRaises(SomeException, f, MyComplexExceptionOS())
|
||||
|
||||
def test_input_type(self):
|
||||
# ints and longs should be acceptable inputs to all cmath
|
||||
# ints should be acceptable inputs to all cmath
|
||||
# functions, by virtue of providing a __float__ method
|
||||
for f in self.test_functions:
|
||||
for arg in [2, 2.]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue