mirror of
https://github.com/python/cpython.git
synced 2025-07-31 15:14:22 +00:00
Replace sys.maxint mention by sys.maxsize.
This commit is contained in:
parent
b9cb21efc8
commit
2a39b71ecc
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,7 @@ are always available. They are listed here in alphabetical order.
|
|||
>>> r[-1]
|
||||
18
|
||||
|
||||
Ranges containing absolute values larger than ``sys.maxint`` are permitted
|
||||
Ranges containing absolute values larger than :data:`sys.maxsize` are permitted
|
||||
but some features (such as :func:`len`) will raise :exc:`OverflowError`.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue