-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Update HTTP status codes in http package to match rfc9110
- example
- (422)UNPROCESSABLE_ENTITY -> UNPROCESSABLE_CONTENT
- (413)REQUEST_ENTITY_TOO_LARGE -> CONTENT_TOO_LARGE
- references
Linked PRs
- gh-102247: Update HTTP status codes in http package to match rfc9110 #102570
- gh-102247: http: support rfc9110 status codes #117611
- gh-102247: Improve documentation of http.HTTPStatus members update #133190
- [3.14] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) #140089
- [3.13] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) #140090
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement