From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:57:32 +0000 (+0100) Subject: [3.13] gh-134817: Restore accidentally deleted line in documentation. (GH-141013... X-Git-Tag: v3.13.10~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfa3e3fe861629187b11cbc7d7decbcb6c4eaef;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141017) (cherry picked from commit 66c86c6) --- diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index c587052ae9a4..aa2afb2cb39b 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)