]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:53 +0000 (18:47 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 17:47:53 +0000 (19:47 +0200)
commit3b4cd48d2988e74405838accde5edcc3b71bec48
tree3e88ea1d644f85f61a7d4f07cd74f41dc1f0f203
parent56cd8740a06e74837bb62a5013eb466c90f855d8
[3.11] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220) (GH-116893)

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]