summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a7.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-05-27 21:34:14 (GMT)
committerGitHub <noreply@github.com>2023-05-27 21:34:14 (GMT)
commitb225c08de889d2bf070e6c981c5f386cf06d961c (patch)
tree153c0286accb1bd8217f20dc3075cb0175936494 /Misc/NEWS.d/3.11.0a7.rst
parent897e716d03d559a10dd5015ecb501ceb98955f3a (diff)
downloadcpython-b225c08de889d2bf070e6c981c5f386cf06d961c.zip
cpython-b225c08de889d2bf070e6c981c5f386cf06d961c.tar.gz
cpython-b225c08de889d2bf070e6c981c5f386cf06d961c.tar.bz2
gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)
Diffstat (limited to 'Misc/NEWS.d/3.11.0a7.rst')
-rw-r--r--Misc/NEWS.d/3.11.0a7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.11.0a7.rst b/Misc/NEWS.d/3.11.0a7.rst
index 5e9aadf..d3e59a2 100644
--- a/Misc/NEWS.d/3.11.0a7.rst
+++ b/Misc/NEWS.d/3.11.0a7.rst
@@ -1038,7 +1038,7 @@ Add optional parameter *dir_fd* in :func:`shutil.rmtree`.
.. nonce: AixHW7
.. section: Library
-:meth:`~unittest.TestProgram.usageExit` is marked deprecated, to be removed
+:meth:`~!unittest.TestProgram.usageExit` is marked deprecated, to be removed
in 3.13.
..