This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hltbra
Recipients ajaksu2, barry, beazley, bmiller, eric.araujo, ezio.melotti, georg.brandl, hltbra, jhylton, jjlee, joel.verhagen, orsenthil, petri.lehtinen, piotr.dobrogost, srid
Date 2013-03-28.17:11:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364490681.21.0.116199847394.issue4773@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-28 17:11:21hltbrasetrecipients: + hltbra, jhylton, barry, georg.brandl, beazley, jjlee, orsenthil, ajaksu2, bmiller, ezio.melotti, eric.araujo, srid, petri.lehtinen, piotr.dobrogost, joel.verhagen
2013-03-28 17:11:21hltbrasetmessageid: <1364490681.21.0.116199847394.issue4773@psf.upfronthosting.co.za>
2013-03-28 17:11:21hltbralinkissue4773 messages
2013-03-28 17:11:21hltbracreate