mirror of https://github.com/python/cpython
Fix version number in use_load_tests deprecation reference (GH-119151)
Deprecation took place in d78742a260
(3.5)
This commit is contained in:
parent
904e256292
commit
aee8f03abb
|
@ -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