summaryrefslogtreecommitdiffstats
path: root/Doc/library/types.rst
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2019-06-03 00:43:22 (GMT)
committerPetr Viktorin <encukou@gmail.com>2019-06-03 00:43:21 (GMT)
commit13136e83a637a9f1cfbada7e93097005296659b4 (patch)
tree93eb0b673088f1454fa571a11c6eac006afaaa59 /Doc/library/types.rst
parent1e375c6269e9de4f3d05d4aa6d6d74e00f522d63 (diff)
downloadcpython-13136e83a637a9f1cfbada7e93097005296659b4.zip
cpython-13136e83a637a9f1cfbada7e93097005296659b4.tar.gz
cpython-13136e83a637a9f1cfbada7e93097005296659b4.tar.bz2
bpo-36896: Clarify that some types constructors are unstable (GH-13271)
Diffstat (limited to 'Doc/library/types.rst')
-rw-r--r--Doc/library/types.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index e629c29..a21fb44 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -98,6 +98,9 @@ the types that arise only incidentally during processing such as the
Typical use of these names is for :func:`isinstance` or
:func:`issubclass` checks.
+
+If you instantiate any of these types, note that signatures may vary between Python versions.
+
Standard names are defined for the following types:
.. data:: FunctionType