[issue43047] logging.config formatters documentation is out of sync with code

2021-01-30 Thread miss-islington
miss-islington added the comment: New changeset 62437a2fa9ebd2352dc1e15ae310895eef6ff981 by Ian Wienand in branch 'master': bpo-43047: logging.config formatters documentation update (GH-24358) https://github.com/python/cpython/commit/62437a2fa9ebd2352dc1e15ae310895eef6ff981 -- nosy:

[issue43047] logging.config formatters documentation is out of sync with code

2021-01-27 Thread Ian Wienand
Change by Ian Wienand : -- keywords: +patch pull_requests: +23182 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24358 ___ Python tracker ___

[issue43047] logging.config formatters documentation is out of sync with code

2021-01-27 Thread Ian Wienand
New submission from Ian Wienand : The dict based configuration does not mention the "class" option, and neither the ini-file or dict sections mention the style tag. -- components: Library (Lib) messages: 385825 nosy: iwienand priority: normal severity: normal status: open title: loggin