diff options
author | Sebastian Rittau <srittau@rittau.biz> | 2023-05-23 13:44:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 13:44:26 (GMT) |
commit | abdda5b13388aa21923f6ce104242adff518d430 (patch) | |
tree | 2143fee5a2bcd558c85dca908faa19d4d27e23d0 /Misc/NEWS.d | |
parent | 9dc476be2dcfc9bcf53bcb83f4b8d555682d0600 (diff) | |
download | cpython-abdda5b13388aa21923f6ce104242adff518d430.zip cpython-abdda5b13388aa21923f6ce104242adff518d430.tar.gz cpython-abdda5b13388aa21923f6ce104242adff518d430.tar.bz2 |
gh-92871: Remove typing.{io,re} namespaces (#92873)
Closes #92871
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-17-10-46-44.gh-issue-92871.GVogrT.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-17-10-46-44.gh-issue-92871.GVogrT.rst b/Misc/NEWS.d/next/Library/2022-05-17-10-46-44.gh-issue-92871.GVogrT.rst new file mode 100644 index 0000000..992f8af --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-17-10-46-44.gh-issue-92871.GVogrT.rst @@ -0,0 +1,2 @@ +Remove the ``typing.io`` and ``typing.re`` namespaces, deprecated since Python +3.8. All items are still available from the main :mod:`typing` module. |