]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100)
authordonBarbos <donbarbos@proton.me>
Fri, 27 Dec 2024 14:12:25 +0000 (18:12 +0400)
committerGitHub <noreply@github.com>
Fri, 27 Dec 2024 14:12:25 +0000 (15:12 +0100)
commit71de839ec987bb67b98fcfecfc687281841a713c
tree5db35773ad82b11629359fe6cc9a48d0498cbc19
parent0b5f1fae573a2c658eb000433ad7b87e9c40c697
gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/http/__init__.py
Lib/test/test_httplib.py