gh-102247: Improve documentation of http.HTTPStatus members update (#133190)

This commit is contained in:
Loïc Simon 2025-10-14 10:18:17 +02:00 committed by GitHub
parent 207f977bc7
commit 7caa591bb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
--------------------