]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add readlines() to _Subfile class. Not clear who would need it, but
authorGuido van Rossum <guido@python.org>
Wed, 24 Mar 1999 16:20:45 +0000 (16:20 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 24 Mar 1999 16:20:45 +0000 (16:20 +0000)
commite256a0feed699a0bf9c22be0a0e0995632cfa4c4
treeee607c48e2e387304ab91fff9b469c7f55ed1669
parent9b8afdee44aaea0562d0400bc4a1b82d81debdce
Add readlines() to _Subfile class.  Not clear who would need it, but
Chris Lawrence sent me a broken version; this one is a tad simpler and
more conforming to the standard.
Lib/mailbox.py