diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-05-28 08:06:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 08:06:31 (GMT) |
commit | 3821b92c1faf7e7058feeb0048511c946a841105 (patch) | |
tree | 695e8b8388f40d9f5b9040e1df397052dc9007fb | |
parent | 3a5be878be6f89ee98d0ef9a1274e6a9d9ccbc37 (diff) | |
download | cpython-3821b92c1faf7e7058feeb0048511c946a841105.zip cpython-3821b92c1faf7e7058feeb0048511c946a841105.tar.gz cpython-3821b92c1faf7e7058feeb0048511c946a841105.tar.bz2 |
gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation (#104995)
-rw-r--r-- | Doc/whatsnew/3.12.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index c6eb224..0ae9d97 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -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`) |