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
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