summaryrefslogtreecommitdiffstats
path: root/Doc/library/types.rst
diff options
context:
space:
mode:
authorkj <28750310+Fidget-Spinner@users.noreply.github.com>2020-12-18 17:39:26 (GMT)
committerGitHub <noreply@github.com>2020-12-18 17:39:26 (GMT)
commitd75f6f78e6ca230d0dacc116dca9d8bf91509b68 (patch)
treeb6f7fd4c8c9b22ba8f2c15b3f32d18201c2e50c5 /Doc/library/types.rst
parent17ef4319a34f5a2f95e7823dfb5f5b8cff11882d (diff)
downloadcpython-d75f6f78e6ca230d0dacc116dca9d8bf91509b68.zip
cpython-d75f6f78e6ca230d0dacc116dca9d8bf91509b68.tar.gz
cpython-d75f6f78e6ca230d0dacc116dca9d8bf91509b68.tar.bz2
bpo-42675: Document collections.abc.Callable changes (GH-23839)
Diffstat (limited to 'Doc/library/types.rst')
-rw-r--r--Doc/library/types.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index 6f0dc25..8e05f84 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -280,6 +280,10 @@ Standard names are defined for the following types:
.. versionadded:: 3.9
+ .. versionchanged:: 3.9.2
+ This type can now be subclassed.
+
+
.. data:: Union
The type of :ref:`union type expressions<types-union>`.