diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-09-08 00:24:12 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2016-09-08 00:24:12 (GMT) |
commit | 93e6b3314daf8e8c7e209118a0b095463a61394b (patch) | |
tree | b4c871728db62be3a9e457cae64dfc4f73c72d13 /Misc | |
parent | 52794db825caa62e1a066dce4bd95bde2fe80216 (diff) | |
parent | d61910c598876788c9b4bf0e116370bbfc5a2f85 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |