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 martin.panter
Recipients Daniel.Andrade.Groppe, Filip.Malczak, berker.peksag, demian.brecht, flox, martin.panter, orsenthil, python-dev, r.david.murray, rhettinger
Date 2015-01-20.05:38:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421732309.3.0.0197694078915.issue20898@psf.upfronthosting.co.za>
In-reply-to
Content
Just noticed the new documentation says “http.HTTPStatus.OK is also available as . . . http.server.OK”. I think this is wrong; only the client module (and now the top-level package) have those constants. The enum values are only available in the server module via http.server.BaseHTTPRequestHandler.responses.keys() as far as I can tell.
History
Date User Action Args
2015-01-20 05:38:29martin.pantersetrecipients: + martin.panter, rhettinger, orsenthil, r.david.murray, flox, python-dev, berker.peksag, demian.brecht, Filip.Malczak, Daniel.Andrade.Groppe
2015-01-20 05:38:29martin.pantersetmessageid: <1421732309.3.0.0197694078915.issue20898@psf.upfronthosting.co.za>
2015-01-20 05:38:29martin.panterlinkissue20898 messages
2015-01-20 05:38:29martin.pantercreate