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

index af2cafb8b9969cee5a35bf380dab4bfebe59d044..688564f1d24f5199579232869b4a27d5bb5a7a3f 100644 (file)
@@ -1714,6 +1714,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
 --------