-
-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-127089: Add missing description for codes in http.HTTPStatus
#127100
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
@ethanfurman could you apply the |
c10a4fb
to
99e02e2
Compare
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
@ethanfurman could you merge this PR into main branch? |
Thanks! |
…s` (python#127100) Co-authored-by: Ethan Furman <ethan@stoneleaf.us> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
./Doc/library/http.rst
for each status code)cpython/Doc/library/http.rst
Lines 59 to 124 in 4803cd0
IM_A_TEAPOT
(because this is the only place where for some reason there was a period in the description)http.HTTPStatus
#127089