Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing implementation for formatHeader and formatFooter methods of the BufferingFormatter class in the logging module. #88287

Closed
Harmouch101 mannequin opened this issue May 13, 2021 · 1 comment
Labels
3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@Harmouch101
Copy link
Mannequin

Harmouch101 mannequin commented May 13, 2021

BPO 44121
Nosy @Harmouch101
PRs
  • bpo-44121: Implemented formatHeader and formatFooter in BufferingFormatter of the Logging package. #26095
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2021-05-13.08:31:27.698>
    labels = ['type-feature', 'library', '3.11']
    title = 'Missing implementation for formatHeader and formatFooter methods of the BufferingFormatter class in the logging module.'
    updated_at = <Date 2021-05-13.08:48:53.299>
    user = 'https://github.com/Harmouch101'

    bugs.python.org fields:

    activity = <Date 2021-05-13.08:48:53.299>
    actor = 'Harmouch101'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2021-05-13.08:31:27.698>
    creator = 'Harmouch101'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 44121
    keywords = ['patch']
    message_count = 1.0
    messages = ['393565']
    nosy_count = 1.0
    nosy_names = ['Harmouch101']
    pr_nums = ['26095']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue44121'
    versions = ['Python 3.11']

    @Harmouch101
    Copy link
    Mannequin Author

    Harmouch101 mannequin commented May 13, 2021

    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.

    @Harmouch101 Harmouch101 mannequin added 3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels May 13, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    vsajip added a commit to vsajip/cpython that referenced this issue Sep 6, 2022
    miss-islington pushed a commit to miss-islington/cpython that referenced this issue Sep 8, 2022
    miss-islington pushed a commit to miss-islington/cpython that referenced this issue Sep 8, 2022
    @vsajip vsajip closed this as completed Sep 8, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    Development

    No branches or pull requests

    1 participant