summaryrefslogtreecommitdiffstats
path: root/Doc/library/test.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/test.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/test.rst')
-rw-r--r--Doc/library/test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index eff3751..53bcd7c 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -1018,7 +1018,7 @@ The :mod:`test.support` module defines the following functions:
context to allow execution of test code that needs a different limit
on the number of digits when converting between an integer and string.
- .. versionadded:: 3.12
+ .. versionadded:: 3.11
The :mod:`test.support` module defines the following classes: