]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix version number in use_load_tests deprecation reference (GH-119151) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 May 2024 09:49:41 +0000 (11:49 +0200)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 09:49:41 +0000 (09:49 +0000)
Deprecation took place in d78742a260ba09e53c844de7b1fd11a11c674945 (3.5)
(cherry picked from commit aee8f03abbebfb76357f459dfb297026862e3c0b)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Doc/whatsnew/3.12.rst

index 167239641212846dcaef7df33dc2d2f2c37c72e2..9c4101f3870d5f3e12173871b9d5420a23ecb137 100644 (file)
@@ -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).