diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-05-27 02:09:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 02:09:47 (GMT) |
commit | 7df861c23cd61e7c55943d4036ea5c6b1df5cb49 (patch) | |
tree | e9427b44068fc4e2840a458dcad8a11053c41589 /Doc | |
parent | a17f160376955d369c8d332e1b1a90a6e18c852a (diff) | |
download | cpython-7df861c23cd61e7c55943d4036ea5c6b1df5cb49.zip cpython-7df861c23cd61e7c55943d4036ea5c6b1df5cb49.tar.gz cpython-7df861c23cd61e7c55943d4036ea5c6b1df5cb49.tar.bz2 |
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
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 066070e..a734233 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: |