summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 138539b..9f62022 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Core and Builtins
Library
-------
+- Issue #29316: Restore the provisional status of typing module, add
+ corresponding note to documentation. Patch by Ivan L.
+
- Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.