]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-134817: Restore accidentally deleted line in documentation. (GH-141013)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 4 Nov 2025 18:29:44 +0000 (18:29 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 18:29:44 +0000 (18:29 +0000)
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)