[issue44121] Missing implementation for formatHeader and formatFooter methods of the BufferingFormatter class in the logging module.

Mahmoud Harmouch report at bugs.python.org
Thu May 13 04:31:27 EDT 2021


New submission from Mahmoud Harmouch <mahmoudddharmouchhh at gmail.com>:

While I was browsing in the source code of the logging package, I've encountered missing implementations for formatHeader and formatFooter methods of the BufferingFormatter class(in __init__ file). Therefore, I'm going to implement them and push these changes in a pull request.

----------
components: Library (Lib)
messages: 393565
nosy: Harmouch101
priority: normal
severity: normal
status: open
title: Missing implementation for formatHeader and formatFooter methods of the BufferingFormatter class in the logging module.
type: enhancement
versions: Python 3.11

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


More information about the Python-bugs-list mailing list