Skip to content

Commit

Permalink
[3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.…
Browse files Browse the repository at this point in the history
…usageExit's deprecation (GH-104995) (#105036)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
miss-islington and hugovk committed May 28, 2023
1 parent 5426ff1 commit 36a4227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,9 @@ APIs:
* :func:`locale.getdefaultlocale` (:gh:`90817`)
* :meth:`!turtle.RawTurtle.settiltangle` (:gh:`50096`)
* :func:`!unittest.findTestCases` (:gh:`50096`)
* :func:`!unittest.makeSuite` (:gh:`50096`)
* :func:`!unittest.getTestCaseNames` (:gh:`50096`)
* :func:`!unittest.makeSuite` (:gh:`50096`)
* :meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)
* :class:`!webbrowser.MacOSX` (:gh:`86421`)
* :class:`classmethod` descriptor chaining (:gh:`89519`)

Expand Down

0 comments on commit 36a4227

Please sign in to comment.