]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)
authorBar Harel <bzvi7919@gmail.com>
Thu, 18 Jun 2020 14:18:58 +0000 (17:18 +0300)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 14:18:58 +0000 (07:18 -0700)
commit8f192d12af82c4dc40730bf59814f6a68f68f950
treea7666641789d3aca6f2323b7fc6f0d642eac250b
parentddbeb2f3e02a510c5784ffd74c5e09e8c70b5881
bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)

Docs and tests are underway.

Automerge-Triggered-By: @vsajip
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2020-06-06-02-42-26.bpo-40884.n7fOwS.rst [new file with mode: 0644]