summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-05-27 02:17:09 (GMT)
committerGitHub <noreply@github.com>2023-05-27 02:17:09 (GMT)
commit368d177da5bec2a71ab1af6e6f8e07ba6b2b1222 (patch)
tree0471766f47d175a23c831b1e652d9c32cb42199c /Doc/whatsnew
parentf625ec360324842d7123db7dfe05ca2e221eecfd (diff)
downloadcpython-368d177da5bec2a71ab1af6e6f8e07ba6b2b1222.zip
cpython-368d177da5bec2a71ab1af6e6f8e07ba6b2b1222.tar.gz
cpython-368d177da5bec2a71ab1af6e6f8e07ba6b2b1222.tar.bz2
[3.12] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation (GH-104994) (#105009)
gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation (GH-104994) Document unittest.TestProgram.usageExit's pending removal in 3.13 (cherry picked from commit 7df861c23cd61e7c55943d4036ea5c6b1df5cb49) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.11.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 7a479c6..48606f3 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1856,6 +1856,10 @@ Standard Library
(Contributed by Erlend E. Aasland in :issue:`5846`.)
+* :meth:`~!unittest.TestProgram.usageExit` is marked deprecated, to be removed
+ in 3.13.
+ (Contributed by Carlos Damázio in :gh:`67048`.)
+
.. _whatsnew311-pending-removal:
.. _whatsnew311-python-api-pending-removal: