diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2017-06-06 15:34:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-06 15:34:29 (GMT) |
commit | 6260d9f2039976372e0896d517b3c06e606eb169 (patch) | |
tree | 5222777b12a41ead8367261d1c80c22eefca012d /Misc | |
parent | b87c0dfe902009e926edfb4ea5c7b26dcbdca2fe (diff) | |
download | cpython-6260d9f2039976372e0896d517b3c06e606eb169.zip cpython-6260d9f2039976372e0896d517b3c06e606eb169.tar.gz cpython-6260d9f2039976372e0896d517b3c06e606eb169.tar.bz2 |
bpo-30520: Implemented pickling for loggers. (#1956)
Implemented pickling for loggers.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -345,6 +345,8 @@ Extension Modules Library ------- +- bpo-30520: Loggers are now pickleable. + - bpo-30557: faulthandler now correctly filters and displays exception codes on Windows @@ -353,7 +355,7 @@ Library - bpo-30245: Fix possible overflow when organize struct.pack_into error message. Patch by Yuan Liu. - + - bpo-30378: Fix the problem that logging.handlers.SysLogHandler cannot handle IPv6 addresses. |