summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2024-05-22 09:43:56 (GMT)
committerGitHub <noreply@github.com>2024-05-22 09:43:56 (GMT)
commitaee8f03abbebfb76357f459dfb297026862e3c0b (patch)
tree7f25d634627c945a2405ac7471e0d87cc64a9409
parent904e256292a0ed6c36f3490da9e4f8245370f535 (diff)
downloadcpython-aee8f03abbebfb76357f459dfb297026862e3c0b.zip
cpython-aee8f03abbebfb76357f459dfb297026862e3c0b.tar.gz
cpython-aee8f03abbebfb76357f459dfb297026862e3c0b.tar.bz2
Fix version number in use_load_tests deprecation reference (GH-119151)
Deprecation took place in d78742a260ba09e53c844de7b1fd11a11c674945 (3.5)
-rw-r--r--Doc/whatsnew/3.12.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 685d012..b64e4e2 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -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).