[issue17849] Missing size argument in readline() method for httplib's class LineAndFileWrapper

Cory Benfield report at bugs.python.org
Fri Jan 17 19:42:43 CET 2014


Cory Benfield added the comment:

I've been messing around trying to write a test for this, and it looks like genuinely the only place this can be hit is in _tunnel(). None of the other readline() calls can be hit with the LineAndFileWrapper() wrapping the file descriptor.

----------
nosy: +Lukasa

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


More information about the Python-bugs-list mailing list