This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MarSoft
Recipients MarSoft
Date 2018-08-16.19:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2018-08-16 19:52:26MarSoftsetrecipients: + MarSoft
2018-08-16 19:52:26MarSoftsetmessageid: <[email protected]>
2018-08-16 19:52:26MarSoftlinkissue34415 messages
2018-08-16 19:52:25MarSoftcreate