summaryrefslogtreecommitdiffstats
path: root/Doc/using
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/using
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/using')
-rw-r--r--Doc/using/cmdline.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 6a33d98..02c9f30 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -585,7 +585,7 @@ Miscellaneous options
.. versionadded:: 3.11
The ``-X frozen_modules`` option.
- .. versionadded:: 3.12
+ .. versionadded:: 3.11
The ``-X int_max_str_digits`` option.
.. versionadded:: 3.12
@@ -775,7 +775,7 @@ conflict.
interpreter's global :ref:`integer string conversion length limitation
<int_max_str_digits>`.
- .. versionadded:: 3.12
+ .. versionadded:: 3.11
.. envvar:: PYTHONIOENCODING