Skip to content

Commit 2c7e9de

Browse files
[3.12] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119387)
Deprecation took place in d78742a (3.5) (cherry picked from commit aee8f03) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
1 parent 9bd9879 commit 2c7e9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ unittest
17501750

17511751
* Undocumented :meth:`TestLoader.loadTestsFromModule
17521752
<unittest.TestLoader.loadTestsFromModule>` parameter *use_load_tests*
1753-
(deprecated and ignored since Python 3.2).
1753+
(deprecated and ignored since Python 3.5).
17541754

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

0 commit comments

Comments
 (0)