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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23439>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to