The versionadded directive is already placed in the scope of the
HTTPStatus documentation.
.. class:: HTTPStatus
+ .. versionadded:: 3.5
+
A subclass of :class:`enum.IntEnum` that defines a set of HTTP status codes,
reason phrases and long descriptions written in English.
>>> list(HTTPStatus)
[<HTTPStatus.CONTINUE: 100>, <HTTPStatus.SWITCHING_PROTOCOLS: 101>, ...]
- .. versionadded:: 3.5
- Added the *HTTPStatus* Enum
-
The supported HTTP status codes are:
=== ==============================