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 demian.brecht
Recipients demian.brecht, r.david.murray
Date 2014-06-17.19:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403031756.71.0.442697149496.issue21793@psf.upfronthosting.co.za>
In-reply-to
Content
This patch is a follow up to an out of scope comment made by R. David Murray in #20898 (http://bugs.python.org/issue20898#msg213771).

In a nutshell, there is some redundancy between http.client and http.server insofar as the definition of http status code, names and descriptions go. The included patch is a stab at cleaning some of this up while remaining backwards compatible and is intended to solicit feedback before finishing work.

TODOs:
* Populate descriptions for status codes
* Documentation
* Tests (?)
History
Date User Action Args
2014-06-17 19:02:37demian.brechtsetrecipients: + demian.brecht, r.david.murray
2014-06-17 19:02:36demian.brechtsetmessageid: <1403031756.71.0.442697149496.issue21793@psf.upfronthosting.co.za>
2014-06-17 19:02:36demian.brechtlinkissue21793 messages
2014-06-17 19:02:36demian.brechtcreate