]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 30 Jul 2017 09:41:45 +0000 (10:41 +0100)
committerGitHub <noreply@github.com>
Sun, 30 Jul 2017 09:41:45 +0000 (10:41 +0100)
commit2543f50033208c1a8df04999082b11aa09e82a04
treeb74c99e4821404d6dfdc4d0076e0810690bcff73
parent78c18a9b9a1445f7c755929917a790ba02b4a5e0
bpo-30522: Implemented a method to allow setting a logging.StreamHander's stream. (GH-2921)
Doc/library/logging.handlers.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2017-07-30-10-07-58.bpo-30522.gAX1N-.rst [new file with mode: 0644]