Hi,

StreamReader.read() can reed unlimited data, but
StreamReader.readline() is limited by the limit paramter of the
StreamReader constructor. It is not possible to pass None. Is there a
reason for that?

Victor

Reply via email to