Skip to content

Commit 84eac19

Browse files
hugovkmiss-islington
authored andcommitted
pythongh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation (pythonGH-104995)
(cherry picked from commit 3821b92) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 5426ff1 commit 84eac19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 2 additions & 1 deletion
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)