diff options
author | Alexandru Mărășteanu <alexei@users.noreply.github.com> | 2022-09-02 20:11:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 20:11:18 (GMT) |
commit | 57b61103615b97f202be26b1e005c88f1f449b71 (patch) | |
tree | 366643ce5bd400ea17deab03229326d3b46d5d8c /Doc/library/http.rst | |
parent | ccce9b77e1f599e05425eadc0cc372d142fe05e0 (diff) | |
download | cpython-57b61103615b97f202be26b1e005c88f1f449b71.zip cpython-57b61103615b97f202be26b1e005c88f1f449b71.tar.gz cpython-57b61103615b97f202be26b1e005c88f1f449b71.tar.bz2 |
[Enum] bump version tag on HTTP status category indicators (GH-96508)
Diffstat (limited to 'Doc/library/http.rst')
-rw-r--r-- | Doc/library/http.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.rst b/Doc/library/http.rst index 521fd1b..9d002dc 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: |