8000 [3.12] Fix version number in use_load_tests deprecation reference (GH-119151) by miss-islington · Pull Request #119387 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] Fix version number in use_load_tests deprecation reference (GH-119151) #119387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix version number in use_load_tests deprecation reference (GH-119151)
Deprecation took place in d78742a (3.5)
(cherry picked from commit aee8f03)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
  • Loading branch information
jacobtylerwalls authored and miss-islington committed May 22, 2024
commit 34bd5288faca886622162ee128ce17a834152231
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,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