From 410b024bacf3622234070f1a017ed7807f7962be Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sat, 18 May 2024 15:22:34 -0400 Subject: [PATCH] Fix version number in use_load_tests deprecation reference Deprecation took place in d78742a260ba09e53c844de7b1fd11a11c674945 (3.5) --- Doc/whatsnew/3.12.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 685d0120f2f636..b64e4e205fe8c1 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).