From 9a850d116daa72b7d6a5ae61b51dcb5f43f3beb6 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Tue, 4 Nov 2025 18:29:44 +0000 Subject: [PATCH] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (cherry picked from commit 66c86c65633047c0faffba85ce6b0b3a82373657) Co-authored-by: Vinay Sajip --- Doc/library/logging.handlers.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index c587052ae9a4a0..aa2afb2cb39be4 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -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)