2009/12/1 Iustin Pop <[email protected]>: > The documentation for file objects' read method states that if the size > is "negative or ommitted", all data is read; thus we can simplify it to > have size=-1 by default and not have the if test.
LGTM
2009/12/1 Iustin Pop <[email protected]>: > The documentation for file objects' read method states that if the size > is "negative or ommitted", all data is read; thus we can simplify it to > have size=-1 by default and not have the if test.
LGTM