]> granicus.if.org Git - python/commit
Make read() and readlines() conform more to the file object interface:
authorGuido van Rossum <guido@python.org>
Wed, 2 Feb 2000 16:51:06 +0000 (16:51 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Feb 2000 16:51:06 +0000 (16:51 +0000)
commit5606801b64e9e4a599eb416ec6a0c19b5e27a092
treede77afe8ff44d421260cd664afd788b7113547cc
parent4acc25bd392216c4f867a10ca8081e7c8a739676
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).
Lib/gzip.py