diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-09-08 00:13:39 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-09-08 00:13:39 (GMT) |
commit | d61910c598876788c9b4bf0e116370bbfc5a2f85 (patch) | |
tree | d9e2aadd58fcc717170dbd16c8ba687b516cd14c /Misc | |
parent | 0f0eac431f6abcc5f6853b26e848b15f848e8844 (diff) | |
download | cpython-d61910c598876788c9b4bf0e116370bbfc5a2f85.zip cpython-d61910c598876788c9b4bf0e116370bbfc5a2f85.tar.gz cpython-d61910c598876788c9b4bf0e116370bbfc5a2f85.tar.bz2 |
Fixes #27930: improved QueueListener behaviour.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ---- |