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 <1534449146.03.0.56676864532.issue34415@psf.upfronthosting.co.za>
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: <1534449146.03.0.56676864532.issue34415@psf.upfronthosting.co.za>
2018-08-16 19:52:26MarSoftlinkissue34415 messages
2018-08-16 19:52:25MarSoftcreate