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 martin.panter
Date 2015-02-10.22:41:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423608111.44.0.417026855918.issue23439@psf.upfronthosting.co.za>
In-reply-to
Content
This patch was split off my patch for Issue 3566, since it should be less controversial. It adds the HTTPMessage class and the parse_headers() function to __all__.

I’m not too sure on the status of the parse_headers() function. It is not mentioned in the “http.client” documentation, but is referenced by the “http.server” module’s BaseHTTPRequestHandler.headers entry. Perhaps it should be left unexported?
History
Date User Action Args
2015-02-10 22:41:51martin.pantersetrecipients: + martin.panter
2015-02-10 22:41:51martin.pantersetmessageid: <1423608111.44.0.417026855918.issue23439@psf.upfronthosting.co.za>
2015-02-10 22:41:51martin.panterlinkissue23439 messages
2015-02-10 22:41:51martin.pantercreate