]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix version number in use_load_tests deprecation reference (GH-119151)
authorJacob Walls <jacobtylerwalls@gmail.com>
Wed, 22 May 2024 09:43:56 +0000 (05:43 -0400)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 09:43:56 +0000 (12:43 +0300)
Deprecation took place in d78742a260ba09e53c844de7b1fd11a11c674945 (3.5)

Doc/whatsnew/3.12.rst

index 685d0120f2f63670e31b66781a8307dda81dcf5f..b64e4e205fe8c1c670f951f9c7684a7e6a96f078 100644 (file)
@@ -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).