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.

classification
Title: Missing implementation for formatHeader and formatFooter methods of the BufferingFormatter class in the logging module.
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Harmouch101
Priority: normal Keywords: patch

Created on 2021-05-13 08:31 by Harmouch101, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 26095 closed Harmouch101, 2021-05-13 08:48
Messages (1)
msg393565 - (view) Author: Mahmoud Harmouch (Harmouch101) * Date: 2021-05-13 08:31
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.
History
Date User Action Args
2022-04-11 14:59:45adminsetgithub: 88287
2021-05-13 08:48:53Harmouch101setkeywords: + patch
stage: patch review
pull_requests: + pull_request24735
2021-05-13 08:31:27Harmouch101create