8000 gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation by hugovk · Pull Request #104995 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation #104995

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

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
Fix Sphinx warning: py:meth reference target not found
  • Loading branch information
hugovk committed May 27, 2023
commit 16008b46f906f169c2c418e39c9aac6045dc9623
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ APIs:
* :func:`!unittest.findTestCases` (:gh:`50096`)
* :func:`!unittest.getTestCaseNames` (:gh:`50096`)
* :func:`!unittest.makeSuite` (:gh:`50096`)
* :meth:`unittest.TestProgram.usageExit` (:gh:`67048`)
* :meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)
* :class:`!webbrowser.MacOSX` (:gh:`86421`)
* :class:`classmethod` descriptor chaining (:gh:`89519`)

Expand Down
0