summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-01-20 10:13:23 -0500
committerNed Deily <nad@python.org>2017-01-20 10:13:23 -0500
commitd6955efffc7b424bce614e29b6d3fc14f819b268 (patch)
tree6d826603fe14f9fe6c8e896ca7ec0a476afb67f3 /Misc
parent660076761180bac82ff7467926a4b1d41a50945f (diff)
downloadcpython-d6955efffc7b424bce614e29b6d3fc14f819b268.tar.gz
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 138539b418..9f62022e37 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.