From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Tue, 9 Feb 2021 01:58:50 +0000 (+0800) Subject: bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) X-Git-Tag: v3.10.0a6~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da21f7b6e1fd5bd3e78931a06c5eb694f6335233;p=thirdparty%2FPython%2Fcpython.git bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 3b4dba3e0e0a..7ef5b3971a91 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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 --------