This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stojan.jovic
Recipients docs@python, stojan.jovic
Date 2019-11-05.09:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572947467.69.0.110760754401.issue38696@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-11-05 09:51:07stojan.jovicsetrecipients: + stojan.jovic, docs@python
2019-11-05 09:51:07stojan.jovicsetmessageid: <1572947467.69.0.110760754401.issue38696@roundup.psfhosted.org>
2019-11-05 09:51:07stojan.joviclinkissue38696 messages
2019-11-05 09:51:07stojan.joviccreate