]> granicus.if.org Git - python/commitdiff
Replace sys.maxint mention by sys.maxsize.
authorGeorg Brandl <georg@python.org>
Tue, 28 Dec 2010 09:16:12 +0000 (09:16 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 28 Dec 2010 09:16:12 +0000 (09:16 +0000)
Doc/library/functions.rst

index 3db6cdf2ccb441002270f43ab1acd5dd300383cb..3020128ce5f1db0f94f7abd3d863eb4529b9f9a7 100644 (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