]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-134817: Restore accidentally deleted line in documentation. (GH-141013...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Nov 2025 18:40:12 +0000 (19:40 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 18:40:12 +0000 (18:40 +0000)
(cherry picked from commit 66c86c65633047c0faffba85ce6b0b3a82373657)

Doc/library/logging.handlers.rst

index d74ef73ee284979b7c8ae8565780e7d655899731..c9cfbdb4126fdacced7b4ca8ac2ede113fb5b02b 100644 (file)
@@ -463,6 +463,7 @@ timed intervals.
    .. method:: getFilesToDelete()
 
       Returns a list of filenames which should be deleted as part of rollover. These
+      are the absolute paths of the oldest backup log files written by the handler.
 
    .. method:: shouldRollover(record)