[Python-checkins] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)

gvanrossum webhook-mailer at python.org
Mon Feb 8 20:58:57 EST 2021


https://github.com/python/cpython/commit/da21f7b6e1fd5bd3e78931a06c5eb694f6335233
commit: da21f7b6e1fd5bd3e78931a06c5eb694f6335233
branch: master
author: Ken Jin <28750310+Fidget-Spinner at users.noreply.github.com>
committer: gvanrossum <gvanrossum at gmail.com>
date: 2021-02-08T17:58:50-08:00
summary:

bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 3b4dba3e0e0a9..7ef5b3971a91e 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
 --------
 



More information about the Python-checkins mailing list