diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-28 08:12:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 08:12:30 (GMT) |
commit | 36a4227859fe4cb5a3ad79ea6da99b4d8b405a8d (patch) | |
tree | 740449f3a40cff9f1c1ae0fbd53589a3e5535cdf /Doc/whatsnew | |
parent | 5426ff14765bda6c1bf5a74f8223edc144bc8b1f (diff) | |
download | cpython-36a4227859fe4cb5a3ad79ea6da99b4d8b405a8d.zip cpython-36a4227859fe4cb5a3ad79ea6da99b4d8b405a8d.tar.gz cpython-36a4227859fe4cb5a3ad79ea6da99b4d8b405a8d.tar.bz2 |
[3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's deprecation (GH-104995) (#105036)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-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 9f8f7d4..7b266b2 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`) |