Commit 2a39b71e authored by Georg Brandl's avatar Georg Brandl

Replace sys.maxint mention by sys.maxsize.

parent b9cb21ef
...@@ -1049,7 +1049,7 @@ are always available. They are listed here in alphabetical order. ...@@ -1049,7 +1049,7 @@ are always available. They are listed here in alphabetical order.
>>> r[-1] >>> r[-1]
18 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`. but some features (such as :func:`len`) will raise :exc:`OverflowError`.
.. versionchanged:: 3.2 .. versionchanged:: 3.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment