From: Erlend Egeberg Aasland Date: Thu, 24 Jun 2021 07:57:14 +0000 (+0200) Subject: bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889) X-Git-Tag: v3.11.0a1~794 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9049ea51eca081984c8ae37dfeb68b75d624e90d;p=thirdparty%2FPython%2Fcpython.git bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889) Automerge-Triggered-By: GH:vstinner --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index eb4f04f96e4f..7ee96d375a1d 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: