file.readlines([size]) → list of strings, each a line from the file.¶
Call readline() repeatedly and return a list of the lines so read.
The optional size argument, if given, is an approximate bound on the
total number of bytes in the lines returned.