aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>2021-02-10 00:55:03 +0800
committerGitHub <noreply@github.com>2021-02-09 08:55:03 -0800
commit917eca700aa341f8544ace43b75d41b477e98b72 (patch)
tree1dc6b860428e565be8f7ee455f5f379eddf02736
parentbpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446) (diff)
downloadcpython-917eca700aa341f8544ace43b75d41b477e98b72.tar.gz
cpython-917eca700aa341f8544ace43b75d41b477e98b72.tar.bz2
cpython-917eca700aa341f8544ace43b75d41b477e98b72.zip
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)
-rw-r--r--Doc/library/typing.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index af2cafb8b99..688564f1d24 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
--------