diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-02-09 01:58:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 01:58:50 (GMT) |
commit | da21f7b6e1fd5bd3e78931a06c5eb694f6335233 (patch) | |
tree | 6c345c7f9b7a60fe103823ed6113315c80721bf9 /Doc/library/typing.rst | |
parent | 5f77dee0560e923935203dc4c49279ddb19f57ed (diff) | |
download | cpython-da21f7b6e1fd5bd3e78931a06c5eb694f6335233.zip cpython-da21f7b6e1fd5bd3e78931a06c5eb694f6335233.tar.gz cpython-da21f7b6e1fd5bd3e78931a06c5eb694f6335233.tar.bz2 |
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)
Diffstat (limited to 'Doc/library/typing.rst')
-rw-r--r-- | Doc/library/typing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 3b4dba3..7ef5b39 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 -------- |