]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Oct 2025 08:24:31 +0000 (10:24 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 08:24:31 +0000 (08:24 +0000)
Co-authored-by: Loïc Simon <loic.simon@napta.io>
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
 --------------------