diff options
| author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-02-09 16:55:03 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 16:55:03 (GMT) |
| commit | 917eca700aa341f8544ace43b75d41b477e98b72 (patch) | |
| tree | 1dc6b860428e565be8f7ee455f5f379eddf02736 | |
| parent | 863eb7170b3017399fb2b786a1e3feb6457e54c2 (diff) | |
| download | cpython-917eca700aa341f8544ace43b75d41b477e98b72.zip cpython-917eca700aa341f8544ace43b75d41b477e98b72.tar.gz cpython-917eca700aa341f8544ace43b75d41b477e98b72.tar.bz2 | |
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24493)
| -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 af2cafb..688564f 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 -------- |
