Alexandre JABORSKA added the comment:

Hum... 

It seems to me that the StreamReader() limit parameter is for buffer size while 
the io.BytesIO.readline() "n" parameter is for maximum number of lines to be 
retreived, I guess. 

And since the StreamReader().readline() does not accept parameter, it still 
cannot be used in other modules (like http.client.parse_headers()).

----------

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

Reply via email to