8000 document what's new and author patch · python/cpython@9fb320b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fb320b

Browse files
committed
document what's new and author patch
1 parent 507a769 commit 9fb320b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Doc/library/http.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ equal to the constant name (i.e. ``http.HTTPStatus.OK`` is also available as
135135
Added ``451 UNAVAILABLE_FOR_LEGAL_REASONS`` status code.
136136

137137
.. versionadded:: 3.9
138-
Added ``103 EARLY_HINTS`` and ``425 TOO_EARLY`` status codes.
138+
Added ``103 EARLY_HINTS``, ``418 IM_A_TEAPOT`` and ``425 TOO_EARLY`` status codes.

Doc/whatsnew/3.9.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ finalized by the garbage collector. (Contributed by Pablo Galindo in
235235
http
236236
----
237237

238-
HTTP status codes ``103 EARLY_HINTS`` and ``425 TOO_EARLY`` are added to
239-
:class:`http.HTTPStatus`. (Contributed by Dong-hee Na in :issue:`39509`.)
238+
HTTP status codes ``103 EARLY_HINTS``, ``418 IM_A_TEAPOT`` and ``425 TOO_EARLY`` are added to
239+
:class:`http.HTTPStatus`. (Contributed by Dong-hee Na in :issue:`39509` and Ross Rhodes in :issue:`39507`.)
240240

241241
imaplib
242242
-------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Adding HTTP status 418 "I'm a Teapot" to HTTPStatus in http library.
1+
Adding HTTP status 418 "I'm a Teapot" to HTTPStatus in http library. Patch by Ross Rhodes.

0 commit comments

Comments
 (0)
0