Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.6k
gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew#98583
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
6 commits Select commitHold shift + click to select a range
1d30270 Fix names/references of pending removal APIs
CAM-Gerlach518bfd2 Sort list of APIs pending removal alphabetically
CAM-Gerlach3f17a8e Add missing modules/submodules pending removal in 3.12
CAM-Gerlach169c831 Merge branch 'main' into whatsnew-edit-pending-removal
JelleZijlstra79cead2 Add table of unittest deprecated aliases to 3.11 What's New
encukou5090fb8 Update Doc/whatsnew/3.11.rst
encukouFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1738,33 +1738,56 @@ and will be removed in Python 3.12. | ||
| C APIs pending removal are | ||
| :ref:`listed separately <whatsnew311-c-api-pending-removal>`. | ||
| * The :mod:`asynchat` module | ||
| * The :mod:`asyncore` module | ||
| * The :ref:`entire distutils package <distutils-deprecated>` | ||
| * The :mod:`imp` module | ||
| * The :class:`typing.io <typing.IO>` namespace | ||
| * The :class:`typing.re <typing.Pattern>` namespace | ||
| * :func:`!cgi.log` | ||
| * :func:`importlib.find_loader` | ||
| * :meth:`importlib.abc.Loader.module_repr` | ||
| * :meth:`importlib.abc.MetaPathFinder.find_module` | ||
| * :meth:`importlib.abc.PathEntryFinder.find_loader` | ||
| * :meth:`importlib.abc.PathEntryFinder.find_module` | ||
| * :meth:`!importlib.machinery.BuiltinImporter.find_module` | ||
| * :meth:`!importlib.machinery.BuiltinLoader.module_repr` | ||
| * :meth:`!importlib.machinery.FileFinder.find_loader` | ||
| * :meth:`!importlib.machinery.FileFinder.find_module` | ||
| * :meth:`!importlib.machinery.FrozenImporter.find_module` | ||
| * :meth:`!importlib.machinery.FrozenLoader.module_repr` | ||
| * :meth:`importlib.machinery.PathFinder.find_module` | ||
| * :meth:`!importlib.machinery.WindowsRegistryFinder.find_module` | ||
| * :func:`importlib.util.module_for_loader` | ||
| * :func:`!importlib.util.set_loader_wrapper` | ||
| * :func:`!importlib.util.set_package_wrapper` | ||
| * :class:`pkgutil.ImpImporter` | ||
| * :class:`pkgutil.ImpLoader` | ||
| * :meth:`pathlib.Path.link_to` | ||
| * :func:`!sqlite3.enable_shared_cache` | ||
| * :func:`!sqlite3.OptimizedUnicode` | ||
| * :envvar:`PYTHONTHREADDEBUG` environment variable | ||
| * The following deprecated aliases in :mod:`unittest`: | ||
| ============================ =============================== =============== | ||
| Deprecated alias Method Name Deprecated in | ||
| ============================ =============================== =============== | ||
| ``failUnless`` :meth:`.assertTrue` 3.1 | ||
JelleZijlstra marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| ``failIf`` :meth:`.assertFalse` 3.1 | ||
| ``failUnlessEqual`` :meth:`.assertEqual` 3.1 | ||
| ``failIfEqual`` :meth:`.assertNotEqual` 3.1 | ||
| ``failUnlessAlmostEqual`` :meth:`.assertAlmostEqual` 3.1 | ||
| ``failIfAlmostEqual`` :meth:`.assertNotAlmostEqual` 3.1 | ||
| ``failUnlessRaises`` :meth:`.assertRaises` 3.1 | ||
| ``assert_`` :meth:`.assertTrue` 3.2 | ||
| ``assertEquals`` :meth:`.assertEqual` 3.2 | ||
| ``assertNotEquals`` :meth:`.assertNotEqual` 3.2 | ||
| ``assertAlmostEquals`` :meth:`.assertAlmostEqual` 3.2 | ||
| ``assertNotAlmostEquals`` :meth:`.assertNotAlmostEqual` 3.2 | ||
| ``assertRegexpMatches`` :meth:`.assertRegex` 3.2 | ||
| ``assertRaisesRegexp`` :meth:`.assertRaisesRegex` 3.2 | ||
| ``assertNotRegexpMatches`` :meth:`.assertNotRegex` 3.5 | ||
| ============================ =============================== =============== | ||
| .. _whatsnew311-removed: | ||
| .. _whatsnew311-python-api-removed: | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.