]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added reopen() to VinFile with semantics of old rewind(); rewind() now
authorGuido van Rossum <guido@python.org>
Thu, 20 Aug 1992 11:51:47 +0000 (11:51 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Aug 1992 11:51:47 +0000 (11:51 +0000)
commit9a35d57ab2d1f2a8eafd0d487ac8166c93db0a5a
tree2bc1950ff04a3adc24cc3d253dd86d38a4df1a17
parentdfb61fa2cb0ba55133e9aecf3ad8008d9cf694a7
Added reopen() to VinFile with semantics of old rewind(); rewind() now
saves the cache.
Added getinfo() to VoutFile.
Fixed writing of 'grey' file header.
Added quiet parameter.
Adapted to new syntax.
Demo/sgi/video/VFile.py