Changes by Georges Martin :
--
nosy: +jrjsmrtn
___
Python tracker
<http://bugs.python.org/issue14455>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georges Martin added the comment:
No problem. I thought important that the issue and a workaround were
documented somehow... :-)
--
___
Python tracker
<http://bugs.python.org/issue11
Georges Martin added the comment:
Hello, David.
According to issue4773, httplib.HTTPMessage in Python 3.x is using
email.message.Message underneath, so my issue is only with 2.6 (I've not
checked 2.7).
Georges
--
___
Python tracker
New submission from Georges Martin :
Both httplib.HTTPMessage and email.message.Message classes[1] implements
methods for RFC822 headers parsing. Unfortunately, they have different
implementations and they do not provide the same level of functionality.
One example that is bugging me is that