File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ equal to the constant name (i.e. ``http.HTTPStatus.OK`` is also available as
139139
140140.. versionchanged :: 3.13
141141 Implemented RFC9110 naming for status constants. Old constant names are preserved for
142- backwards compatibility.
142+ backwards compatibility: ``413 REQUEST_ENTITY_TOO_LARGE ``, ``414 REQUEST_URI_TOO_LONG ``,
143+ ``416 REQUESTED_RANGE_NOT_SATISFIABLE `` and ``422 UNPROCESSABLE_ENTITY ``.
143144
144145HTTP status category
145146--------------------
Original file line number Diff line number Diff line change @@ -904,6 +904,16 @@ glob
904904 (Contributed by Barney Gale in :gh: `72904 `.)
905905
906906
907+ http
908+ ----
909+
910+ * :class: `http.HTTPStatus ` was updated to use the names from :rfc: `9110 `.
911+ This RFC includes some HTTP statuses previously only used for WEBDAV
912+ and assigns more generic names to them.
913+ The old constants are preserved for backwards compatibility.
914+ (Contributed by Michiel W. Beijen in :gh: `102247 `.)
915+
916+
907917importlib
908918---------
909919
You can’t perform that action at this time.
0 commit comments