Skip to content

Commit e1caa1e

Browse files
[3.14] pythongh-102247: Improve documentation of http.HTTPStatus members update (pythonGH-133190) (python#140089)
Co-authored-by: Loïc Simon <[email protected]>
1 parent 4c0dab9 commit e1caa1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/http.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

144145
HTTP status category
145146
--------------------

0 commit comments

Comments
 (0)