diff options
author | Ross <rrhodes@users.noreply.github.com> | 2020-03-15 12:24:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-15 12:24:23 (GMT) |
commit | 61ac612e78e4f2625977406fb6f366e0a644673a (patch) | |
tree | 83a14943941d3d3e1b9394045655c656947e523a /Misc | |
parent | 90235810ec28ca954bbf4b61a5ae5df7a00db409 (diff) | |
download | cpython-61ac612e78e4f2625977406fb6f366e0a644673a.zip cpython-61ac612e78e4f2625977406fb6f366e0a644673a.tar.gz cpython-61ac612e78e4f2625977406fb6f366e0a644673a.tar.bz2 |
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-01-31-14-24-05.bpo-39507.3oln1a.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-01-31-14-24-05.bpo-39507.3oln1a.rst b/Misc/NEWS.d/next/Library/2020-01-31-14-24-05.bpo-39507.3oln1a.rst new file mode 100644 index 0000000..6d49dab --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-01-31-14-24-05.bpo-39507.3oln1a.rst @@ -0,0 +1 @@ +Adding HTTP status 418 "I'm a Teapot" to HTTPStatus in http library. Patch by Ross Rhodes.
\ No newline at end of file |