python / cpython

The Python programming language
https://www.python.org
Other
63.65k stars 30.49k forks source link

gh-127089: Add missing description for codes in `http.HTTPStatus` #127100

Open donBarbos opened 4 days ago

donBarbos commented 4 days ago
  1. Add missing description field for http status codes (I was inspired by the RFCs that were listed in ./Doc/library/http.rst for each status code) https://github.com/python/cpython/blob/4803cd0244847f286641c85591fda08b513cea52/Doc/library/http.rst?plain=1#L59-L124
  2. I also delete the period at the end of the sentence to describe 418 IM_A_TEAPOT (because this is the only place where for some reason there was a period in the description)
bedevere-app[bot] commented 4 days ago

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 skip news label instead.

bedevere-app[bot] commented 4 days ago

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 skip news label instead.

donBarbos commented 4 days ago

@ethanfurman could you apply the skip news label? (I'm just not sure that it's needed here)

bedevere-app[bot] commented 3 days ago

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 skip news label instead.