We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0dab9 commit e1caa1eCopy full SHA for e1caa1e
Doc/library/http.rst
@@ -139,7 +139,8 @@ equal to the constant name (i.e. ``http.HTTPStatus.OK`` is also available as
139
140
.. versionchanged:: 3.13
141
Implemented RFC9110 naming for status constants. Old constant names are preserved for
142
- backwards compatibility.
+ backwards compatibility: ``413 REQUEST_ENTITY_TOO_LARGE``, ``414 REQUEST_URI_TOO_LONG``,
143
+ ``416 REQUESTED_RANGE_NOT_SATISFIABLE`` and ``422 UNPROCESSABLE_ENTITY``.
144
145
HTTP status category
146
--------------------
0 commit comments