From: Hugo van Kemenade Date: Sat, 27 May 2023 02:09:47 +0000 (+0300) Subject: gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation... X-Git-Tag: v3.13.0a1~2001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7df861c23cd61e7c55943d4036ea5c6b1df5cb49;p=thirdparty%2FPython%2Fcpython.git gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's deprecation (#104994) Document unittest.TestProgram.usageExit's pending removal in 3.13 --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 066070eda7db..a734233cff7d 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: