[issue38696] HTTP modules documentation error

2019-11-06 Thread Stojan Jovic
Stojan Jovic added the comment: Thank you, guys, for really quick fix! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38696] HTTP modules documentation error

2019-11-06 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report, Stojan, and for the patch, Ammar! -- nosy: +ammar2 resolution: -> fixed stage: patch review -> resolved status: open -> closed type: resource usage -> behavior versions: +Python 3.7, Python 3.9 ___

[issue38696] HTTP modules documentation error

2019-11-06 Thread miss-islington
miss-islington added the comment: New changeset 91f4b9282fe7cdc51c6612002d033da654f422c1 by Miss Islington (bot) in branch '3.7': bpo-38696: Fix usage example of HTTPStatus (GH-17066) https://github.com/python/cpython/commit/91f4b9282fe7cdc51c6612002d033da654f422c1 -- _

[issue38696] HTTP modules documentation error

2019-11-06 Thread miss-islington
miss-islington added the comment: New changeset 30da387df193b9f05c2891ae601ae5a1d669a5c1 by Miss Islington (bot) in branch '3.8': bpo-38696: Fix usage example of HTTPStatus (GH-17066) https://github.com/python/cpython/commit/30da387df193b9f05c2891ae601ae5a1d669a5c1 -- nosy: +miss-is

[issue38696] HTTP modules documentation error

2019-11-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +16577 pull_request: https://github.com/python/cpython/pull/17068 ___ Python tracker ___ __

[issue38696] HTTP modules documentation error

2019-11-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset 56698d57691af2272f695f8c17c835ed99545cde by Zachary Ware (Ammar Askar) in branch 'master': bpo-38696: Fix usage example of HTTPStatus (GH-17066) https://github.com/python/cpython/commit/56698d57691af2272f695f8c17c835ed99545cde -- nosy: +

[issue38696] HTTP modules documentation error

2019-11-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +16576 pull_request: https://github.com/python/cpython/pull/17067 ___ Python tracker ___ __

[issue38696] HTTP modules documentation error

2019-11-05 Thread Ammar Askar
Change by Ammar Askar : -- keywords: +patch pull_requests: +16575 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17066 ___ Python tracker ___

[issue38696] HTTP modules documentation error

2019-11-05 Thread Stojan Jovic
Stojan Jovic added the comment: Page link: https://docs.python.org/3/library/http.html -- ___ Python tracker ___ ___ Python-bugs-li

[issue38696] HTTP modules documentation error

2019-11-05 Thread Stojan Jovic
New submission from Stojan Jovic : I have found error in "Usage" section of HTTP modules documentation page, specifically line: http.HTTPStatus.OK.value should be fixed to: HTTPStatus.OK.value according to the import and other usage examples. -- assignee: docs@python components: Docume