Hugo Lopes Tavares added the comment:

I just caught a bug because on Python 3 `HTTPMessage` has `get_param`, while on 
Python 2 there is `getparam`, with a different method signature. I am trying to 
figure out a solution so my code can run in both python 2 and 3 without ifs on 
python version.

----------
nosy: +hltbra

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4773>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to