summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorGabriele Catania <gabriele.ctn@gmail.com>2024-02-21 21:09:06 (GMT)
committerGitHub <noreply@github.com>2024-02-21 21:09:06 (GMT)
commit113687a8381d6dde179aeede607bcbca5c09d182 (patch)
treed95fab0e18bb2b560cb941f3541c426b21b75605 /Misc/NEWS.d
parent347acded845d07b70232cade8d576b6f0aaeb473 (diff)
downloadcpython-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.rst1
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.