mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
bpo-43988: Fix test.support.check_disallow_instantiation version added (GH-26889)
Automerge-Triggered-By: GH:vstinner
This commit is contained in:
parent
769d7d0c66
commit
9049ea51ec
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ The :mod:`test.support` module defines the following functions:
|
||||||
|
|
||||||
Assert that type *tp* cannot be instantiated using *args* and *kwds*.
|
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:
|
The :mod:`test.support` module defines the following classes:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue