https://github.com/python/cpython/commit/fbfa3e3fe861629187b11cbc7d7decbcb6c4eaef
commit: fbfa3e3fe861629187b11cbc7d7decbcb6c4eaef
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: vsajip <[email protected]>
date: 2025-11-04T18:57:32Z
summary:

[3.13] gh-134817: Restore accidentally deleted line in documentation. 
(GH-141013) (GH-141017)

(cherry picked from commit 66c86c6)

files:
M Doc/library/logging.handlers.rst

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)
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to