]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132106: Allow `logging.handlers.QueueListener` to be used as a context manager...
authorCharles Machalow <csm10495@gmail.com>
Sat, 12 Apr 2025 12:00:04 +0000 (05:00 -0700)
committerGitHub <noreply@github.com>
Sat, 12 Apr 2025 12:00:04 +0000 (12:00 +0000)
commit517e96b9ed9f2b808ce499d01f6b5db5635218e3
tree6b88e86a0c6940692ff9bf0d878a7cd8cb07f3e2
parentad3bbe8fbcc9045c436b0c5e49b1aec018c59c2d
gh-132106: Allow `logging.handlers.QueueListener` to be used as a context manager (#132107)
Doc/howto/logging-cookbook.rst
Doc/library/logging.handlers.rst
Doc/whatsnew/3.14.rst
Lib/logging/handlers.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2025-04-05-02-22-49.gh-issue-132106.XMjhQJ.rst [new file with mode: 0644]