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 stamparm
Recipients christian.heimes, r.david.murray, serhiy.storchaka, stamparm
Date 2013-04-29.08:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367224872.94.0.479583847167.issue17849@psf.upfronthosting.co.za>
In-reply-to
Content
This trivial "patch" solved the issue (reported back by user):

def _(self, *args):
    return self._readline()

httplib.LineAndFileWrapper._readline = httplib.LineAndFileWrapper.readline
httplib.LineAndFileWrapper.readline = _
History
Date User Action Args
2013-04-29 08:41:13stamparmsetrecipients: + stamparm, christian.heimes, r.david.murray, serhiy.storchaka
2013-04-29 08:41:12stamparmsetmessageid: <1367224872.94.0.479583847167.issue17849@psf.upfronthosting.co.za>
2013-04-29 08:41:12stamparmlinkissue17849 messages
2013-04-29 08:41:12stamparmcreate