summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-06-06 15:34:29 (GMT)
committerGitHub <noreply@github.com>2017-06-06 15:34:29 (GMT)
commit6260d9f2039976372e0896d517b3c06e606eb169 (patch)
tree5222777b12a41ead8367261d1c80c22eefca012d /Misc
parentb87c0dfe902009e926edfb4ea5c7b26dcbdca2fe (diff)
downloadcpython-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/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b5794b..4b0879b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.