Issue39509
Created on 2020-01-31 14:50 by corona10, last changed 2020-03-14 14:12 by serhiy.storchaka. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 18294 | merged | corona10, 2020-01-31 15:14 | |
| Messages (4) | |||
|---|---|---|---|
| msg361114 - (view) | Author: Dong-hee Na (corona10) * | Date: 2020-01-31 14:50 | |
status code 103 and 425 is missing. https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml |
|||
| msg361115 - (view) | Author: Dong-hee Na (corona10) * | Date: 2020-01-31 14:52 | |
See the docs that we follow IANA https://docs.python.org/3/library/http.html?highlight=iana#http-status-codes |
|||
| msg364167 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2020-03-14 14:07 | |
RFC 8297: https://tools.ietf.org/html/rfc8297 RFC 8470: https://tools.ietf.org/html/rfc8470 |
|||
| msg364168 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2020-03-14 14:12 | |
New changeset da52be47690da0d9f78d0dce9ee5c3e4dbef49e1 by Dong-hee Na in branch 'master': bpo-39509: Update HTTP status code to follow IANA (GH-18294) https://github.com/python/cpython/commit/da52be47690da0d9f78d0dce9ee5c3e4dbef49e1 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-14 14:12:57 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-03-14 14:12:04 | serhiy.storchaka | set | messages: + msg364168 |
| 2020-03-14 14:07:44 | serhiy.storchaka | set | messages: - msg364165 |
| 2020-03-14 14:07:41 | serhiy.storchaka | set | messages: - msg364166 |
| 2020-03-14 14:07:15 | serhiy.storchaka | set | messages: + msg364167 |
| 2020-03-14 14:05:48 | serhiy.storchaka | set | messages: + msg364166 |
| 2020-03-14 14:05:06 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg364165 |
| 2020-01-31 23:51:14 | corona10 | set | nosy:
+ rhettinger |
| 2020-01-31 15:14:08 | corona10 | set | pull_requests: + pull_request17668 |
| 2020-01-31 15:11:04 | corona10 | set | pull_requests: - pull_request17667 |
| 2020-01-31 15:03:44 | corona10 | set | keywords:
+ patch stage: patch review pull_requests: + pull_request17667 |
| 2020-01-31 14:52:57 | corona10 | set | messages: + msg361115 |
| 2020-01-31 14:50:49 | corona10 | create | |