[New-bugs-announce] [issue34415] Typo in logging.Formatter docstring

Semyon report at bugs.python.org
Thu Aug 16 15:52:26 EDT 2018


New submission from Semyon <simeon+bpo at maryasin.name>:

There is a typo in the docstring for logging.Formatter:

> default value of "%s(message)\\n" is used.

I am sure it should be different (and in sync with the actual value):

> default value of "%(message)s\\n" is used.

The problem is in py2.7, py3.7 and most likely other versions.

----------
components: Library (Lib)
messages: 323618
nosy: MarSoft
priority: normal
severity: normal
status: open
title: Typo in logging.Formatter docstring
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34415>
_______________________________________


More information about the New-bugs-announce mailing list