From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:26:00 +0000 (+0200) Subject: [3.14] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1caa1e6fa1a9d842e91cc040ccfdebc78018293;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) (#140089) Co-authored-by: Loïc Simon --- diff --git a/Doc/library/http.rst b/Doc/library/http.rst index ce3fb9f81205..b0bdfc65e450 100644 --- a/Doc/library/http.rst +++ b/Doc/library/http.rst @@ -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 --------------------