diff options
author | Gabriele Catania <gabriele.ctn@gmail.com> | 2024-02-21 21:09:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 21:09:06 (GMT) |
commit | 113687a8381d6dde179aeede607bcbca5c09d182 (patch) | |
tree | d95fab0e18bb2b560cb941f3541c426b21b75605 /Misc/NEWS.d | |
parent | 347acded845d07b70232cade8d576b6f0aaeb473 (diff) | |
download | cpython-113687a8381d6dde179aeede607bcbca5c09d182.zip cpython-113687a8381d6dde179aeede607bcbca5c09d182.tar.gz cpython-113687a8381d6dde179aeede607bcbca5c09d182.tar.bz2 |
gh-93205: When rotating logs with no namer specified, match whole extension (GH-93224)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-25-17-49-04.gh-issue-93205.DjhFVR.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-25-17-49-04.gh-issue-93205.DjhFVR.rst b/Misc/NEWS.d/next/Library/2022-05-25-17-49-04.gh-issue-93205.DjhFVR.rst new file mode 100644 index 0000000..4a280b9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-25-17-49-04.gh-issue-93205.DjhFVR.rst @@ -0,0 +1 @@ +Fixed a bug in :class:`logging.handlers.TimedRotatingFileHandler` where multiple rotating handler instances pointing to files with the same name but different extensions would conflict and not delete the correct files. |