]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 May 2023 08:12:30 +0000 (01:12 -0700)
committerGitHub <noreply@github.com>
Sun, 28 May 2023 08:12:30 +0000 (08:12 +0000)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 9f8f7d4ca1e72ce3e69cc2886932f9485d5dee11..7b266b2e94b240c77268f419f202f872e23527c6 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`)