mirror of https://github.com/python/cpython
[3.13] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119386)
Deprecation took place ind78742a260
(3.5) (cherry picked from commitaee8f03abb
) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
This commit is contained in:
parent
0e6198972a
commit
414346e56d
|
@ -1739,7 +1739,7 @@ unittest
|
|||
|
||||
* Undocumented :meth:`TestLoader.loadTestsFromModule
|
||||
<unittest.TestLoader.loadTestsFromModule>` parameter *use_load_tests*
|
||||
(deprecated and ignored since Python 3.2).
|
||||
(deprecated and ignored since Python 3.5).
|
||||
|
||||
* An alias of the :class:`~unittest.TextTestResult` class:
|
||||
``_TextTestResult`` (deprecated in Python 3.2).
|
||||
|
|
Loading…
Reference in New Issue