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

Add HTTP Response code 451 #70776

Closed
rhettinger opened this issue Mar 18, 2016 · 8 comments
Closed

Add HTTP Response code 451 #70776

rhettinger opened this issue Mar 18, 2016 · 8 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@rhettinger
Copy link
Contributor

BPO 26589
Nosy @rhettinger, @bitdancer, @vadmium
PRs
  • bpo-26589: Add http status code 451 #15413
  • [3.8] bpo-26589: Add http status code 451 (GH-15413) #15436
  • Files
  • code451.diff
  • doctable.diff: update table in http.HTTPStatus docs
  • 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/rhettinger'
    closed_at = <Date 2019-08-23.17:57:01.795>
    created_at = <Date 2016-03-18.22:23:15.953>
    labels = ['type-feature', 'library']
    title = 'Add HTTP Response code 451'
    updated_at = <Date 2019-08-23.17:57:01.794>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2019-08-23.17:57:01.794>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2019-08-23.17:57:01.795>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2016-03-18.22:23:15.953>
    creator = 'rhettinger'
    dependencies = []
    files = ['42208', '43086']
    hgrepos = []
    issue_num = 26589
    keywords = ['patch']
    message_count = 8.0
    messages = ['262000', '266658', '266665', '266829', '266950', '266995', '350318', '350319']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'r.david.murray', 'martin.panter', 'nharold']
    pr_nums = ['15413', '15436']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue26589'
    versions = ['Python 3.6']

    @rhettinger
    Copy link
    Contributor Author

    @rhettinger rhettinger added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Mar 18, 2016
    @bitdancer
    Copy link
    Member

    Looks good to me.

    @vadmium
    Copy link
    Member

    vadmium commented May 30, 2016

    It seems like this code does get used, so I agree to add it.

    I think the table in the RST documentation should also be updated, possibly with a versionadded/versionchanged notice.

    @nharold
    Copy link
    Mannequin

    nharold mannequin commented Jun 1, 2016

    Added it to the table at https://docs.python.org/3.6/library/http.html#http-status-codes and put a versionadded notice at the bottom.

    @rhettinger
    Copy link
    Contributor Author

    Thanks Nathan, I'll apply this shortly.

    @rhettinger rhettinger self-assigned this Jun 2, 2016
    @vadmium
    Copy link
    Member

    vadmium commented Jun 2, 2016

    Don’t forget to fix the RFC number (see review) :)

    @rhettinger
    Copy link
    Contributor Author

    New changeset 8f080b0 by Raymond Hettinger in branch 'master':
    bpo-26589: Add http status code 451 (GH-15413)
    8f080b0

    @rhettinger
    Copy link
    Contributor Author

    New changeset 761e5a7 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8':
    bpo-26589: Add http status code 451 (GH-15413) (GH-15436)
    761e5a7

    @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
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants