[issue39507] http library missing HTTP status code 418 "I'm a teapot"

2020-03-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Library (Lib) resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement versions: +Python 3.9 ___ Python tracker

[issue39507] http library missing HTTP status code 418 "I'm a teapot"

2020-03-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 61ac612e78e4f2625977406fb6f366e0a644673a by Ross in branch 'master': bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) https://github.com/python/cpython/commit/61ac612e78e4f2625977406fb6f366e0a644673a -- nosy:

[issue39507] http library missing HTTP status code 418 "I'm a teapot"

2020-01-31 Thread Raymond Hettinger
Raymond Hettinger added the comment: https://en.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol#Save_418_movement -- nosy: +rhettinger ___ Python tracker ___

[issue39507] http library missing HTTP status code 418 "I'm a teapot"

2020-01-31 Thread Dong-hee Na
Dong-hee Na added the comment: IMHO, Although this status code is also listed on the MDN guide, IANA left 418 as the unassigned code. ref0: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status ref1: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml --

[issue39507] http library missing HTTP status code 418 "I'm a teapot"

2020-01-31 Thread Ross Rhodes
Change by Ross Rhodes : -- keywords: +patch pull_requests: +17665 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18291 ___ Python tracker ___

[issue39507] http library missing HTTP status code 418 "I'm a teapot"

2020-01-31 Thread Dong-hee Na
Dong-hee Na added the comment: I add martin.panter to review this issue as the core developer. -- nosy: +corona10, martin.panter ___ Python tracker ___

[issue39507] http library missing HTTP status code 418 "I'm a teapot"

2020-01-31 Thread Ross Rhodes
New submission from Ross Rhodes : http library missing HTTP status code 418 "I'm a teapot". -- messages: 361106 nosy: trrhodes priority: normal severity: normal status: open title: http library missing HTTP status code 418 "I'm a teapot" ___ Python