]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2024 10:29:42 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 10:29:42 +0000 (12:29 +0200)
commit269051d20e65eda30734cbbbdb07d21df61978d6
tree071c5934c8d1b80819278efd401315960a65891a
parent20578a1f68c841a264b72b00591b11ab2fa77b43
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220)

Fix support of interval values > 1 in logging.TimedRotatingFileHandler
for when='MIDNIGHT' and when='Wx'.
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]