]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation...
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sat, 27 May 2023 02:09:47 +0000 (05:09 +0300)
committerGitHub <noreply@github.com>
Sat, 27 May 2023 02:09:47 +0000 (19:09 -0700)
Document unittest.TestProgram.usageExit's pending removal in 3.13

Doc/whatsnew/3.11.rst

index 066070eda7dba3294d611bcc1a00a1b05ea60a3d..a734233cff7dc8fb16d0e73caf8bad42c065058c 100644 (file)
@@ -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: