]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP status...
authorAlexandru Mărășteanu <alexei@users.noreply.github.com>
Tue, 30 Aug 2022 18:11:44 +0000 (21:11 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 18:11:44 +0000 (11:11 -0700)
commit0ed778835d34bc1f39d2c6cdbc0c1709f6bcfd61
tree30e5ed320372a5d705b156f6b3eb5de335e575be
parent13c309f1101dc86ca0138f239d45cb009d0e898d
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP status category (GH-95453)
Doc/library/http.rst
Lib/enum.py
Lib/http/__init__.py
Lib/test/test_httplib.py
Misc/NEWS.d/next/Library/2022-08-07-14-56-23.gh-issue-95149.U0c6Ib.rst [new file with mode: 0644]