commit | 5606801b64e9e4a599eb416ec6a0c19b5e27a092 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Feb 02 16:51:06 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Feb 02 16:51:06 2000 +0000 |
tree | de77afe8ff44d421260cd664afd788b7113547cc | |
parent | 4acc25bd392216c4f867a10ca8081e7c8a739676 [diff] |
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).