diff options
author | Vitor Pereira <vmsousapereira@gmail.com> | 2017-10-26 18:49:19 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2017-10-26 18:49:19 (GMT) |
commit | 52ad72dd0a5a56414cc29b7c9b03259169825f35 (patch) | |
tree | e95aa7a4128b4cbb43fe3bc93e4e6e4915aba4d9 /Misc | |
parent | bdf4298ae2c1d720fd808520267ca3a4e56df842 (diff) | |
download | cpython-52ad72dd0a5a56414cc29b7c9b03259169825f35.zip cpython-52ad72dd0a5a56414cc29b7c9b03259169825f35.tar.gz cpython-52ad72dd0a5a56414cc29b7c9b03259169825f35.tar.bz2 |
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-07-05-14-48-26.bpo-30553.Oupsxo.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-07-05-14-48-26.bpo-30553.Oupsxo.rst b/Misc/NEWS.d/next/Library/2017-07-05-14-48-26.bpo-30553.Oupsxo.rst new file mode 100644 index 0000000..51f0d5b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-07-05-14-48-26.bpo-30553.Oupsxo.rst @@ -0,0 +1,2 @@ +Add HTTP/2 status code 421 (Misdirected Request) to +:class:`http.HTTPStatus`. Patch by Vitor Pereira. |