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 ajaborsk
Recipients ajaborsk, gvanrossum, vstinner, yselivanov
Date 2014-03-03.10:52:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393843974.33.0.573576734597.issue20841@psf.upfronthosting.co.za>
In-reply-to
Content
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()).
History
Date User Action Args
2014-03-03 10:52:54ajaborsksetrecipients: + ajaborsk, gvanrossum, vstinner, yselivanov
2014-03-03 10:52:54ajaborsksetmessageid: <1393843974.33.0.573576734597.issue20841@psf.upfronthosting.co.za>
2014-03-03 10:52:54ajaborsklinkissue20841 messages
2014-03-03 10:52:53ajaborskcreate