]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tue, 9 Feb 2021 01:58:50 +0000 (09:58 +0800)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 01:58:50 +0000 (17:58 -0800)
Doc/library/typing.rst

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