[issue30553] Add HTTP Response code 421

2017-10-26 Thread Berker Peksag
Berker Peksag added the comment: Thank you Julien (for the report) and Vitor (for the patch) -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.7 -Python 3.6 ___ Python tracker

[issue30553] Add HTTP Response code 421

2017-10-26 Thread Berker Peksag
Berker Peksag added the comment: New changeset 52ad72dd0a5a56414cc29b7c9b03259169825f35 by Berker Peksag (Vitor Pereira) in branch 'master': bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) https://github.com/python/cpython/commit/52ad72dd0a5a56414cc29b7c9b03259169825f35 -

[issue30553] Add HTTP Response code 421

2017-07-07 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue30553] Add HTTP Response code 421

2017-07-05 Thread Vitor Pereira
Vitor Pereira added the comment: I just submitted a PR, feel free to take a look. -- nosy: +vmsp ___ Python tracker ___ ___ Python-bug

[issue30553] Add HTTP Response code 421

2017-07-05 Thread Vitor Pereira
Changes by Vitor Pereira : -- pull_requests: +2659 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue30553] Add HTTP Response code 421

2017-06-02 Thread Julien
New submission from Julien: The `http.HTTPStatus` class provides constants for most of the HTTP status codes. Status code 421 was added by the RFC 7540 (HTTP/2), and is not part of this class. It is described as follows: > The 421 (Misdirected Request) status code indicates that the request >