Replace sys.maxint mention by sys.maxsize.

This commit is contained in:
Georg Brandl 2010-12-28 09:16:12 +00:00
parent b9cb21efc8
commit 2a39b71ecc
1 changed files with 1 additions and 1 deletions

View File

@ -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