8000 gh-105373: Elaborate Pending Removal in What's New in Python 3.13 by vstinner · Pull Request #106675 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-105373: Elaborate Pending Removal in What's New in Python 3.13 #106675

New issue 8000

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

Merged
merged 2 commits into from
Jul 12, 2023
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
Update Doc/whatsnew/3.13.rst
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
vstinner and hugovk authored Jul 12, 2023
commit f3ec002706bfc30b53f2ae19df49b7afad5b195f
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ although there is currently no date scheduled for their removal.
* :mod:`os`: Calling :func:`os.register_at_fork` in multi-threaded process.

* :class:`!pydoc.ErrorDuringImport`: A tuple value for *exc_info* parameter is
deprecated, use an exception instance
deprecated, use an exception instance.

* :mod:`re`: More strict rules are now applied for numerical group references
and group names in regular expressions. Only sequence of ASCII digits is now
Expand Down
0