]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30520: Implemented pickling for loggers. (#1956)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 6 Jun 2017 15:34:29 +0000 (16:34 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2017 15:34:29 +0000 (16:34 +0100)
commit6260d9f2039976372e0896d517b3c06e606eb169
tree5222777b12a41ead8367261d1c80c22eefca012d
parentb87c0dfe902009e926edfb4ea5c7b26dcbdca2fe
bpo-30520: Implemented pickling for loggers. (#1956)

Implemented pickling for loggers.
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS