bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)

This commit is contained in:
Ken Jin 2021-02-10 00:55:03 +08:00 committed by GitHub
parent 863eb7170b
commit 917eca700a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1714,6 +1714,8 @@ Introspection helpers
``list[ForwardRef("SomeClass")]``. This class should not be instantiated by ``list[ForwardRef("SomeClass")]``. This class should not be instantiated by
a user, but may be used by introspection tools. a user, but may be used by introspection tools.
.. versionadded:: 3.7.4
Constant Constant
-------- --------