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
This commit is contained in:
Hugo van Kemenade 2023-05-27 05:09:47 +03:00 committed by GitHub
parent a17f160376
commit 7df861c23c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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: