diff options
author | Davin Potts <python@discontinuity.net> | 2016-09-08 19:40:36 (GMT) |
---|---|---|
committer | Davin Potts <python@discontinuity.net> | 2016-09-08 19:40:36 (GMT) |
commit | 37156a70b95b2e8efde26cc6c1b5ffd6830b664e (patch) | |
tree | 8c9a0187d15be8ff414e7a78f7c5a9d014c9f08b /Misc/NEWS | |
parent | 014d52ffc4586e30a1fa4cbedc1532419a5916a1 (diff) | |
download | cpython-37156a70b95b2e8efde26cc6c1b5ffd6830b664e.zip cpython-37156a70b95b2e8efde26cc6c1b5ffd6830b664e.tar.gz cpython-37156a70b95b2e8efde26cc6c1b5ffd6830b664e.tar.bz2 |
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -221,6 +221,9 @@ Library - Issue #27930: Improved behaviour of logging.handlers.QueueListener. Thanks to Paulo Andrade and Petr Viktorin for the analysis and patch. +- Issue #21201: Improves readability of multiprocessing error message. Thanks + to Wojciech Walczak for patch. + IDLE ---- |