Skip to content

Commit 36a4227

Browse files
[3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation (GH-104995) (#105036)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 5426ff1 commit 36a4227

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Doc/whatsnew/3.12.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1015,8 +1015,9 @@ APIs:
10151015
* :func:`locale.getdefaultlocale` (:gh:`90817`)
10161016
* :meth:`!turtle.RawTurtle.settiltangle` (:gh:`50096`)
10171017
* :func:`!unittest.findTestCases` (:gh:`50096`)
1018-
* :func:`!unittest.makeSuite` (:gh:`50096`)
10191018
* :func:`!unittest.getTestCaseNames` (:gh:`50096`)
1019+
* :func:`!unittest.makeSuite` (:gh:`50096`)
1020+
* :meth:`!unittest.TestProgram.usageExit` (:gh:`67048`)
10201021
* :class:`!webbrowser.MacOSX` (:gh:`86421`)
10211022
* :class:`classmethod` descriptor chaining (:gh:`89519`)
10221023

0 commit comments

Comments
 (0)