diff options
author | Ned Deily <nad@python.org> | 2017-01-20 15:13:23 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-01-20 15:13:23 (GMT) |
commit | 67c1cb20086e58a2514e78019de2e72b5f5b8e17 (patch) | |
tree | ddfdeb0fbce43ec29cf567aa5a4b312abbb65586 /Misc | |
parent | 398ef5c08feabfdbf7d0b1e10817139f0e98eefd (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |