Skip to content

Commit 3821b92

Browse files
authored
gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation (#104995)
1 parent 3a5be87 commit 3821b92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)