aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>2021-02-09 09:58:50 +0800
committerGitHub <noreply@github.com>2021-02-08 17:58:50 -0800
commitda21f7b6e1fd5bd3e78931a06c5eb694f6335233 (patch)
tree6c345c7f9b7a60fe103823ed6113315c80721bf9
parentImprove docs of PEP 604 Union (#24301) (diff)
downloadcpython-da21f7b6e1fd5bd3e78931a06c5eb694f6335233.tar.gz
cpython-da21f7b6e1fd5bd3e78931a06c5eb694f6335233.tar.bz2
cpython-da21f7b6e1fd5bd3e78931a06c5eb694f6335233.zip
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)
-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 3b4dba3e0e..7ef5b3971a 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
--------