[Python-checkins] [Enum] bump version tag on HTTP status category indicators (GH-96508)

ethanfurman webhook-mailer at python.org
Fri Sep 2 16:11:38 EDT 2022


https://github.com/python/cpython/commit/57b61103615b97f202be26b1e005c88f1f449b71
commit: 57b61103615b97f202be26b1e005c88f1f449b71
branch: main
author: Alexandru Mărășteanu <alexei at users.noreply.github.com>
committer: ethanfurman <ethan at stoneleaf.us>
date: 2022-09-02T13:11:18-07:00
summary:

[Enum] bump version tag on HTTP status category indicators (GH-96508)

files:
M Doc/library/http.rst

diff --git a/Doc/library/http.rst b/Doc/library/http.rst
index 521fd1b7f50..9d002dc33cc 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:
 



More information about the Python-checkins mailing list