aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-05-26 19:43:04 -0700
committerGitHub <noreply@github.com>2023-05-26 19:43:04 -0700
commitb9e2d8076981b471952355b86f90064ce3941032 (patch)
treecbfbf38c583bbaf04869968b2b068bd7419bd876
parent[3.11] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)... (diff)
downloadcpython-b9e2d8076981b471952355b86f90064ce3941032.tar.gz
cpython-b9e2d8076981b471952355b86f90064ce3941032.tar.bz2
cpython-b9e2d8076981b471952355b86f90064ce3941032.zip
[3.11] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation (GH-104994) (#105010)
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>
-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 95fd8b6c972..4e944484da8 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1858,6 +1858,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: