Commit 13136e83 authored by Matthias Bussonnier's avatar Matthias Bussonnier Committed by Petr Viktorin

bpo-36896: Clarify that some types constructors are unstable (GH-13271)

parent 1e375c62
......@@ -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
......
Clarify that some types have unstable constructor signature between Python
versions.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment