summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2016-09-08 00:13:39 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2016-09-08 00:13:39 (GMT)
commitd61910c598876788c9b4bf0e116370bbfc5a2f85 (patch)
treed9e2aadd58fcc717170dbd16c8ba687b516cd14c /Misc
parent0f0eac431f6abcc5f6853b26e848b15f848e8844 (diff)
downloadcpython-d61910c598876788c9b4bf0e116370bbfc5a2f85.zip
cpython-d61910c598876788c9b4bf0e116370bbfc5a2f85.tar.gz
cpython-d61910c598876788c9b4bf0e116370bbfc5a2f85.tar.bz2
Fixes #27930: improved QueueListener behaviour.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d142675..9398b8d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -218,6 +218,9 @@ Library
- Issue #27392: Add loop.connect_accepted_socket().
Patch by Jim Fulton.
+- Issue #27930: Improved behaviour of logging.handlers.QueueListener.
+ Thanks to Paulo Andrade and Petr Viktorin for the analysis and patch.
+
IDLE
----