Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-92308 What's New: list pending removals in 3.13 and future versions #92562

Merged
merged 7 commits into from
Jun 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Group 3.13 removals by module and other APIs
  • Loading branch information
hugovk committed May 9, 2022
commit a16c72acaf377ce5f67b4b015f1f0111be5629af
13 changes: 9 additions & 4 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ Pending Removal in Python 3.13
The following APIs have been deprecated in earlier Python releases,
and will be removed in Python 3.13.

Removed modules:
hugovk marked this conversation as resolved.
Show resolved Hide resolved

* :mod:`aifc` (:pep:`594`)
* :mod:`audioop` (:pep:`594`)
* :mod:`cgi` (:pep:`594`)
* :mod:`cgitb` (:pep:`594`)
* :mod:`chunk` (:pep:`594`)
* :class:`configparser.LegacyInterpolation` (:issue:`46607`)
* :mod:`crypt` (:pep:`594`)
* :mod:`imghdr` (:pep:`594`)
* :func:`locale.getdefaultlocale` (:issue:`46659`)
* :mod:`mailcap` (:pep:`594`)
* :mod:`msilib` (:pep:`594`)
* :mod:`nis` (:pep:`594`)
Expand All @@ -123,13 +123,18 @@ and will be removed in Python 3.13.
* :mod:`spwd` (:pep:`594`)
* :mod:`sunau` (:pep:`594`)
* :mod:`telnetlib` (:pep:`594`)
* :mod:`uu` (:pep:`594`)
* :mod:`xdrlib` (:pep:`594`)

Other removed APIs:
ezio-melotti marked this conversation as resolved.
Show resolved Hide resolved

* :class:`configparser.LegacyInterpolation` (:issue:`46607`)
* :func:`locale.getdefaultlocale` (:issue:`46659`)
* :meth:`turtle.RawTurtle.settiltangle` (:issue:`45837`)
* :func:`unittest.findTestCases` (:issue:`5846`)
* :func:`unittest.makeSuite` (:issue:`5846`)
* :func:`unittest.getTestCaseNames` (:issue:`5846`)
* :mod:`uu` (:pep:`594`)
* :class:`webbrowser.MacOSX` (:issue:`42255`)
ezio-melotti marked this conversation as resolved.
Show resolved Hide resolved
* :mod:`xdrlib` (:pep:`594`)

Pending Removal in Future Versions
==================================
Expand Down