]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 24 Jun 2021 07:57:14 +0000 (09:57 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 07:57:14 +0000 (00:57 -0700)
Automerge-Triggered-By: GH:vstinner
Doc/library/test.rst

index eb4f04f96e4f18e1e6bbd492964816f0c1d9f0f3..7ee96d375a1d04f1df13055cbf96cd6845dc3053 100644 (file)
@@ -932,7 +932,7 @@ The :mod:`test.support` module defines the following functions:
 
    Assert that type *tp* cannot be instantiated using *args* and *kwds*.
 
-   .. versionadded:: 3.11
+   .. versionadded:: 3.10
 
 
 The :mod:`test.support` module defines the following classes: