From: Jacob Walls Date: Wed, 22 May 2024 09:43:56 +0000 (-0400) Subject: Fix version number in use_load_tests deprecation reference (GH-119151) X-Git-Tag: v3.14.0a1~1807 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aee8f03abbebfb76357f459dfb297026862e3c0b;p=thirdparty%2FPython%2Fcpython.git Fix version number in use_load_tests deprecation reference (GH-119151) Deprecation took place in d78742a260ba09e53c844de7b1fd11a11c674945 (3.5) --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 685d0120f2f6..b64e4e205fe8 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1739,7 +1739,7 @@ unittest * Undocumented :meth:`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).