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

Remove a duplicate comment and assignment in http.client #87645

Closed
maggyero mannequin opened this issue Mar 12, 2021 · 1 comment
Closed

Remove a duplicate comment and assignment in http.client #87645

maggyero mannequin opened this issue Mar 12, 2021 · 1 comment
Assignees
Labels
3.8 only security fixes 3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@maggyero
Copy link
Mannequin

maggyero mannequin commented Mar 12, 2021

BPO 43479
Nosy @orsenthil, @maggyero, @miss-islington
PRs
  • bpo-43479: Remove a duplicate comment and assignment in http.client #24827
  • [3.9] bpo-43479 Update client.py (GH-24827) #24839
  • [3.8] bpo-43479 Update client.py (GH-24827) #24840
  • 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 = 'https://github.com/orsenthil'
    closed_at = <Date 2021-03-13.13:14:45.974>
    created_at = <Date 2021-03-12.10:48:33.247>
    labels = ['3.8', 'type-feature', 'library', '3.9', '3.10']
    title = 'Remove a duplicate comment and assignment in http.client'
    updated_at = <Date 2021-03-13.13:19:53.678>
    user = 'https://github.com/maggyero'

    bugs.python.org fields:

    activity = <Date 2021-03-13.13:19:53.678>
    actor = 'orsenthil'
    assignee = 'orsenthil'
    closed = True
    closed_date = <Date 2021-03-13.13:14:45.974>
    closer = 'orsenthil'
    components = ['Library (Lib)']
    creation = <Date 2021-03-12.10:48:33.247>
    creator = 'maggyero'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43479
    keywords = ['patch']
    message_count = 1.0
    messages = ['388538']
    nosy_count = 3.0
    nosy_names = ['orsenthil', 'maggyero', 'miss-islington']
    pr_nums = ['24827', '24839', '24840']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue43479'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

    @maggyero
    Copy link
    Mannequin Author

    maggyero mannequin commented Mar 12, 2021

    Remove a duplicate comment and assignment following the usage of a name already assigned in the http.client standard library.

    @maggyero maggyero mannequin added 3.7 (EOL) end of life 3.10 only security fixes 3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 12, 2021
    @orsenthil orsenthil removed the 3.7 (EOL) end of life label Mar 13, 2021
    @orsenthil orsenthil self-assigned this Mar 13, 2021
    @orsenthil orsenthil removed the 3.7 (EOL) end of life label Mar 13, 2021
    @orsenthil orsenthil self-assigned this Mar 13, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes 3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant