diff options
Diffstat (limited to 'Misc/NEWS.d/3.11.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.11.0a1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst index 10e123e..284717a 100644 --- a/Misc/NEWS.d/3.11.0a1.rst +++ b/Misc/NEWS.d/3.11.0a1.rst @@ -3483,9 +3483,9 @@ Improved reprs of :mod:`threading` synchronization objects: Deprecated the following :mod:`unittest` functions, scheduled for removal in Python 3.13: -* :func:`~unittest.findTestCases` -* :func:`~unittest.makeSuite` -* :func:`~unittest.getTestCaseNames` +* :func:`~!unittest.findTestCases` +* :func:`~!unittest.makeSuite` +* :func:`~!unittest.getTestCaseNames` Use :class:`~unittest.TestLoader` methods instead: |