summaryrefslogtreecommitdiffstats
path: root/Doc/library/json.rst
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2022-09-19 23:43:11 (GMT)
committerGitHub <noreply@github.com>2022-09-19 23:43:11 (GMT)
commit34de67c094776bdc719d87f8810e053a2acc915a (patch)
tree0ebe3124ad833068a2c859a9b08ac2cb62d065ec /Doc/library/json.rst
parente61ca2243163d829ab04d91d8e67940ea850aefa (diff)
downloadcpython-34de67c094776bdc719d87f8810e053a2acc915a.zip
cpython-34de67c094776bdc719d87f8810e053a2acc915a.tar.gz
cpython-34de67c094776bdc719d87f8810e053a2acc915a.tar.bz2
gh-96512: Update int_max_str docs to say 3.11 (#96942)
It was unknown if it'd be before 3.11.0 when creating the original changes. It's in 3.11rc2, so 3.11 it is.
Diffstat (limited to 'Doc/library/json.rst')
-rw-r--r--Doc/library/json.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/json.rst b/Doc/library/json.rst
index d05d62e..de02be8 100644
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -258,7 +258,7 @@ Basic Usage
be used to use another datatype or parser for JSON integers
(e.g. :class:`float`).
- .. versionchanged:: 3.12
+ .. versionchanged:: 3.11
The default *parse_int* of :func:`int` now limits the maximum length of
the integer string via the interpreter's :ref:`integer string
conversion length limitation <int_max_str_digits>` to help avoid denial