[issue39509] Update HTTP status code to follow IANA

2020-03-14 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39509] Update HTTP status code to follow IANA

2020-03-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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 -- __

[issue39509] Update HTTP status code to follow IANA

2020-03-14 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- Removed message: https://bugs.python.org/msg364166 ___ Python tracker ___ ___ Python-bugs-list maili

[issue39509] Update HTTP status code to follow IANA

2020-03-14 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- Removed message: https://bugs.python.org/msg364165 ___ Python tracker ___ ___ Python-bugs-list maili

[issue39509] Update HTTP status code to follow IANA

2020-03-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: RFC 8297: https://tools.ietf.org/html/rfc8297 RFC 8470: https://tools.ietf.org/html/rfc8470 -- ___ Python tracker ___ _

[issue39509] Update HTTP status code to follow IANA

2020-03-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: RFC8297 RFC8470 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue39509] Update HTTP status code to follow IANA

2020-03-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: RFC 8297 RFC 8470 -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailin

[issue39509] Update HTTP status code to follow IANA

2020-01-31 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue39509] Update HTTP status code to follow IANA

2020-01-31 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: +17668 pull_request: https://github.com/python/cpython/pull/18294 ___ Python tracker ___ _

[issue39509] Update HTTP status code to follow IANA

2020-01-31 Thread Dong-hee Na
Change by Dong-hee Na : -- pull_requests: -17667 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue39509] Update HTTP status code to follow IANA

2020-01-31 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +17667 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18293 ___ Python tracker ___

[issue39509] Update HTTP status code to follow IANA

2020-01-31 Thread Dong-hee Na
Dong-hee Na added the comment: See the docs that we follow IANA https://docs.python.org/3/library/http.html?highlight=iana#http-status-codes -- ___ Python tracker ___

[issue39509] Update HTTP status code to follow IANA

2020-01-31 Thread Dong-hee Na
New submission from Dong-hee Na : status code 103 and 425 is missing. https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml -- components: Library (Lib) messages: 361114 nosy: corona10, martin.panter priority: normal severity: normal status: open title: Update HTTP