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
|
@ -278,7 +278,7 @@ class StructTest(unittest.TestCase):
|
|||
|
||||
# Objects with an '__index__' method should be allowed
|
||||
# to pack as integers. That is assuming the implemented
|
||||
# '__index__' method returns and 'int' or 'long'.
|
||||
# '__index__' method returns an 'int'.
|
||||
class Indexable(object):
|
||||
def __init__(self, value):
|
||||
self._value = value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue