]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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:57:32 +0000 (19:57 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 18:57:32 +0000 (18:57 +0000)
(cherry picked from commit 66c86c6)

Doc/library/logging.handlers.rst

index c587052ae9a4a000b1d053bface6627e20ac3c3a..aa2afb2cb39be42f977903408935a900d5dfadbb 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)