summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-01-20 15:13:23 (GMT)
committerNed Deily <nad@python.org>2017-01-20 15:13:23 (GMT)
commit67c1cb20086e58a2514e78019de2e72b5f5b8e17 (patch)
treeddfdeb0fbce43ec29cf567aa5a4b312abbb65586 /Doc/library
parent398ef5c08feabfdbf7d0b1e10817139f0e98eefd (diff)
downloadcpython-67c1cb20086e58a2514e78019de2e72b5f5b8e17.zip
cpython-67c1cb20086e58a2514e78019de2e72b5f5b8e17.tar.gz
cpython-67c1cb20086e58a2514e78019de2e72b5f5b8e17.tar.bz2
Issue #29316: Restore the provisional status of typing module and add
corresponding note to documentation. Patch by Ivan L.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/typing.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index fd6bded..cd59d10 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -8,6 +8,13 @@
**Source code:** :source:`Lib/typing.py`
+.. note::
+
+ The typing module has been included in the standard library on a
+ :term:`provisional basis <provisional api>`. New features might
+ be added and API may change even between minor releases if deemed
+ necessary by the core developers.
+
--------------
This module supports type hints as specified by :pep:`484` and :pep:`526`.