[issue13425] http.client.HTTPMessage.getallmatchingheaders() always returns []

Ezio Melotti report at bugs.python.org
Fri Nov 18 12:16:54 CET 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

The problem seems to be in Lib/http/client.py:227.
The code adds a ':' that is not found in the list of headers returned by self.keys().

----------
nosy: +ezio.melotti

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


More information about the Python-bugs-list mailing list