]> granicus.if.org Git - python/commit
Patch by Eric Raymond: add an optional 'seekable' flag to the
authorGuido van Rossum <guido@python.org>
Tue, 23 Jun 1998 14:20:27 +0000 (14:20 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Jun 1998 14:20:27 +0000 (14:20 +0000)
commit4d40b0a16536b7b3d61b6c86a0e8547728762c7e
treef0a2e8706945f55ed5080c6aac6ecf79cdbbd735
parent2d4a54da3282ad8b5b9622e3b1ca62bb5ad13224
Patch by Eric Raymond: add an optional 'seekable' flag to the
MultiFile constructor, and only do the posstack bookkeeping when it is
true.
Lib/multifile.py