]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Mar 2024 17:47:26 +0000 (18:47 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 17:47:26 +0000 (19:47 +0200)
commit547e8827e677c675274da0ca1134fc6c4a971c9a
tree7e2f8b0f38cad8584da17dba89d50d98f3257c39
parent6383b14957e9f8919562e9546d8288fcedeac822
[3.12] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220) (GH-116892)

Fix support of interval values > 1 in logging.TimedRotatingFileHandler
for when='MIDNIGHT' and when='Wx'.
(cherry picked from commit 269051d20e65eda30734cbbbdb07d21df61978d6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2024-03-01-20-23-57.gh-issue-90535.wXm-jC.rst [new file with mode: 0644]