[Python-checkins] bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)

miss-islington webhook-mailer at python.org
Thu Jun 24 03:57:31 EDT 2021


https://github.com/python/cpython/commit/9049ea51eca081984c8ae37dfeb68b75d624e90d
commit: 9049ea51eca081984c8ae37dfeb68b75d624e90d
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-06-24T00:57:14-07:00
summary:

bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)



Automerge-Triggered-By: GH:vstinner

files:
M Doc/library/test.rst

diff --git a/Doc/library/test.rst b/Doc/library/test.rst
index eb4f04f96e4f1..7ee96d375a1d0 100644
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -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:



More information about the Python-checkins mailing list