File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,4 +135,4 @@ equal to the constant name (i.e. ``http.HTTPStatus.OK`` is also available as
135
135
Added ``451 UNAVAILABLE_FOR_LEGAL_REASONS `` status code.
136
136
137
137
.. 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.
Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ finalized by the garbage collector. (Contributed by Pablo Galindo in
235
235
http
236
236
----
237
237
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 ` .)
240
240
241
241
imaplib
242
242
-------
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments