summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2016-09-08 00:24:12 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2016-09-08 00:24:12 (GMT)
commit93e6b3314daf8e8c7e209118a0b095463a61394b (patch)
treeb4c871728db62be3a9e457cae64dfc4f73c72d13 /Misc
parent52794db825caa62e1a066dce4bd95bde2fe80216 (diff)
parentd61910c598876788c9b4bf0e116370bbfc5a2f85 (diff)
downloadcpython-93e6b3314daf8e8c7e209118a0b095463a61394b.zip
cpython-93e6b3314daf8e8c7e209118a0b095463a61394b.tar.gz
cpython-93e6b3314daf8e8c7e209118a0b095463a61394b.tar.bz2
Closes #27930: Merged fix from 3.5.
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 9daaee2..b364677 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,6 +225,9 @@ Library
- Issue #27573: exit message for code.interact is now configurable.
+- Issue #27930: Improved behaviour of logging.handlers.QueueListener.
+ Thanks to Paulo Andrade and Petr Viktorin for the analysis and patch.
+
C API
-----