Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a39b71

Browse files
committed
Replace sys.maxint mention by sys.maxsize.
1 parent b9cb21e commit 2a39b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ are always available. They are listed here in alphabetical order.
10491049
>>> r[-1]
10501050
18
10511051

1052-
Ranges containing absolute values larger than ``sys.maxint`` are permitted
1052+
Ranges containing absolute values larger than :data:`sys.maxsize` are permitted
10531053
but some features (such as :func:`len`) will raise :exc:`OverflowError`.
10541054

10551055
.. versionchanged:: 3.2

0 commit comments

Comments
 (0)