Skip to content

Commit

Permalink
gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageEx…
Browse files Browse the repository at this point in the history
…it's deprecation (#104995)
  • Loading branch information
hugovk committed May 28, 2023
1 parent 3a5be87 commit 3821b92
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 3821b92

Please sign in to comment.