Skip to content

Commit

Permalink
[3.13] Fix version number in use_load_tests deprecation reference (GH…
Browse files Browse the repository at this point in the history
…-119151) (GH-119386)

Deprecation took place in d78742a (3.5)
(cherry picked from commit aee8f03)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
  • Loading branch information
miss-islington and jacobtylerwalls committed May 22, 2024
1 parent 0e61989 commit 414346e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 414346e

Please sign in to comment.