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

Update HTTP status code to follow IANA #83690

Closed
corona10 opened this issue Jan 31, 2020 · 4 comments
Closed

Update HTTP status code to follow IANA #83690

corona10 opened this issue Jan 31, 2020 · 4 comments
Labels
3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@corona10
Copy link
Member

BPO 39509
Nosy @rhettinger, @vadmium, @serhiy-storchaka, @corona10
PRs
  • bpo-39509: Update HTTP status code to follow IANA #18294
  • 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 = <Date 2020-03-14.14:12:57.478>
    created_at = <Date 2020-01-31.14:50:49.278>
    labels = ['type-feature', 'library', '3.9']
    title = 'Update HTTP status code to follow IANA'
    updated_at = <Date 2020-03-14.14:12:57.478>
    user = 'https://github.com/corona10'

    bugs.python.org fields:

    activity = <Date 2020-03-14.14:12:57.478>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-03-14.14:12:57.478>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2020-01-31.14:50:49.278>
    creator = 'corona10'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39509
    keywords = ['patch']
    message_count = 4.0
    messages = ['361114', '361115', '364167', '364168']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'martin.panter', 'serhiy.storchaka', 'corona10']
    pr_nums = ['18294']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue39509'
    versions = ['Python 3.9']

    @corona10
    Copy link
    Member Author

    status code 103 and 425 is missing.

    https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml

    @corona10 corona10 added 3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jan 31, 2020
    @corona10
    Copy link
    Member Author

    @serhiy-storchaka
    Copy link
    Member

    @serhiy-storchaka
    Copy link
    Member

    New changeset da52be4 by Dong-hee Na in branch 'master':
    bpo-39509: Update HTTP status code to follow IANA (GH-18294)
    da52be4

    @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.9 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

    2 participants