mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -1838,7 +1838,7 @@ class UsabilityTest(unittest.TestCase):
|
|||
self.assertIs(max(d1,d2), d2)
|
||||
self.assertIs(max(d2,d1), d2)
|
||||
|
||||
#between Decimal and long
|
||||
#between Decimal and int
|
||||
self.assertIs(min(d1,l2), d1)
|
||||
self.assertIs(min(l2,d1), d1)
|
||||
self.assertIs(max(l1,d2), d2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue