From 0d1d7c8bae3f9fe9e937d2931dcbbd3555d1a9f1 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 5 Apr 2020 00:43:07 +0300 Subject: bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370) --- Doc/library/typing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index beb00fc..7269e18 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -959,7 +959,7 @@ The module defines the following classes, functions and decorators: .. versionchanged:: 3.6.1 Added support for default values, methods, and docstrings. - .. versionchanged:: 3.8 + .. deprecated-removed:: 3.8 3.9 Deprecated the ``_field_types`` attribute in favor of the more standard ``__annotations__`` attribute which has the same information. -- cgit v0.12