Skip to content

Commit 414346e

Browse files
[3.13] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119386)
Deprecation took place in d78742a (3.5) (cherry picked from commit aee8f03) Co-authored-by: Jacob Walls <[email protected]>
1 parent 0e61989 commit 414346e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ unittest
17391739

17401740
* Undocumented :meth:`TestLoader.loadTestsFromModule
17411741
<unittest.TestLoader.loadTestsFromModule>` parameter *use_load_tests*
1742-
(deprecated and ignored since Python 3.2).
1742+
(deprecated and ignored since Python 3.5).
17431743

17441744
* An alias of the :class:`~unittest.TextTestResult` class:
17451745
``_TextTestResult`` (deprecated in Python 3.2).

0 commit comments

Comments
 (0)