commit | 2a39b71ecc7804ec6bbfe89b46e41aa777fff471 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Dec 28 09:16:12 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Dec 28 09:16:12 2010 +0000 |
tree | 4ab85866b08b8420c03fdf53b63d8a5616be8522 | |
parent | b9cb21efc86dbf4e4264288ac6d0cb27861a32ce [diff] [blame] |
Replace sys.maxint mention by sys.maxsize.
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 3db6cdf..3020128 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -1049,7 +1049,7 @@ >>> 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