From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Tue, 9 Feb 2021 16:55:03 +0000 (+0800) Subject: bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493) X-Git-Tag: v3.9.2rc1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=917eca700aa341f8544ace43b75d41b477e98b72;p=thirdparty%2FPython%2Fcpython.git bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index af2cafb8b996..688564f1d24f 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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 --------