]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation...
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sun, 28 May 2023 08:06:31 +0000 (11:06 +0300)
committerGitHub <noreply@github.com>
Sun, 28 May 2023 08:06:31 +0000 (02:06 -0600)
Doc/whatsnew/3.12.rst

index c6eb2249103c3e64a4bd9676d5b3ad66fd728c4e..0ae9d977e845582a63b27af451b7bb06a5e2cba4 100644 (file)
@@ -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`)