[issue26589] Add HTTP Response code 451

2019-08-23 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue26589] Add HTTP Response code 451

2019-08-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 761e5a7c7f57cf2a09106c0afa038f04de6a9ed2 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-26589: Add http status code 451 (GH-15413) (GH-15436) https://github.com/python/cpython/commit/761e5a7c7f57cf2a09106c0afa038f04de6a9ed2

[issue26589] Add HTTP Response code 451

2019-08-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +15130 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/15436 ___ Python tracker ___

[issue26589] Add HTTP Response code 451

2019-08-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 8f080b09953a2d862de5c74edf414a54ea3dbea5 by Raymond Hettinger in branch 'master': bpo-26589: Add http status code 451 (GH-15413) https://github.com/python/cpython/commit/8f080b09953a2d862de5c74edf414a54ea3dbea5 --

[issue26589] Add HTTP Response code 451

2019-08-23 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: fixed -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26589] Add HTTP Response code 451

2019-08-23 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +15116 pull_request: https://github.com/python/cpython/pull/15413 ___ Python tracker ___

[issue26589] Add HTTP Response code 451

2019-08-22 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue26589] Add HTTP Response code 451

2016-06-02 Thread Martin Panter
Martin Panter added the comment: Don’t forget to fix the RFC number (see review) :) -- ___ Python tracker ___

[issue26589] Add HTTP Response code 451

2016-06-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks Nathan, I'll apply this shortly. -- assignee: -> rhettinger ___ Python tracker ___

[issue26589] Add HTTP Response code 451

2016-06-01 Thread Nathan Harold
Nathan Harold added the comment: 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. -- nosy: +nharold Added file: http://bugs.python.org/file43086/doctable.diff ___

[issue26589] Add HTTP Response code 451

2016-05-29 Thread Martin Panter
Martin Panter added the comment: 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. -- nosy: +martin.panter ___ Python

[issue26589] Add HTTP Response code 451

2016-05-29 Thread R. David Murray
R. David Murray added the comment: Looks good to me. -- nosy: +r.david.murray stage: patch review -> commit review ___ Python tracker ___

[issue26589] Add HTTP Response code 451

2016-03-18 Thread Raymond Hettinger
New submission from Raymond Hettinger: https://tools.ietf.org/html/rfc7725 -- components: Library (Lib) files: code451.diff keywords: patch messages: 262000 nosy: rhettinger priority: normal severity: normal stage: patch review status: open title: Add HTTP Response code 451 type: