[New-bugs-announce] [issue23439] Fixed http.client.__all__ and added a test

Martin Panter report at bugs.python.org
Tue Feb 10 23:41:51 CET 2015


New submission from Martin Panter:

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?

----------
components: Library (Lib)
messages: 235719
nosy: vadmium
priority: normal
severity: normal
status: open
title: Fixed http.client.__all__ and added a test
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23439>
_______________________________________


More information about the New-bugs-announce mailing list