]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102247: Improve documentation of http.HTTPStatus members update (#133190)
authorLoïc Simon <loic.simon@napta.io>
Tue, 14 Oct 2025 08:18:17 +0000 (10:18 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 08:18:17 +0000 (11:18 +0300)
Doc/library/http.rst

index ce3fb9f8120502673f88d0fb5c4e46ebc7101bba..b0bdfc65e4508dd2f0cf4f9f2ef403f5d94ef680 100644 (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
 --------------------