SIGN IN SIGN UP

Make read() and readlines() conform more to the file object interface:

the default arg for read() is -1, not None, and readlines() has an
optional argument (which for now is ignored).
G
Guido van Rossum committed
5606801b64e9e4a599eb416ec6a0c19b5e27a092
Parent: 4acc25b