From: Alexandru Mărășteanu Date: Fri, 2 Sep 2022 20:11:18 +0000 (+0300) Subject: [Enum] bump version tag on HTTP status category indicators (GH-96508) X-Git-Tag: v3.12.0a1~495 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57b61103615b97f202be26b1e005c88f1f449b71;p=thirdparty%2FPython%2Fcpython.git [Enum] bump version tag on HTTP status category indicators (GH-96508) --- diff --git a/Doc/library/http.rst b/Doc/library/http.rst index 521fd1b7f50c..9d002dc33ccb 100644 --- a/Doc/library/http.rst +++ b/Doc/library/http.rst @@ -140,7 +140,7 @@ equal to the constant name (i.e. ``http.HTTPStatus.OK`` is also available as HTTP status category -------------------- -.. versionadded:: 3.11 +.. versionadded:: 3.12 The enum values have several properties to indicate the HTTP status category: