mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
gh-102247: Improve documentation of http.HTTPStatus members update (#133190)
This commit is contained in:
parent
207f977bc7
commit
7caa591bb9
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ equal to the constant name (i.e. ``http.HTTPStatus.OK`` is also available as
|
|||
|
||||
.. versionchanged:: 3.13
|
||||
Implemented RFC9110 naming for status constants. Old constant names are preserved for
|
||||
backwards compatibility.
|
||||
backwards compatibility: ``413 REQUEST_ENTITY_TOO_LARGE``, ``414 REQUEST_URI_TOO_LONG``,
|
||||
``416 REQUESTED_RANGE_NOT_SATISFIABLE`` and ``422 UNPROCESSABLE_ENTITY``.
|
||||
|
||||
HTTP status category
|
||||
--------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue