]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
VCR.py: Use unix files instead of stdio files for tty communication,
authorGuido van Rossum <guido@python.org>
Thu, 10 Jun 1993 13:32:32 +0000 (13:32 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Jun 1993 13:32:32 +0000 (13:32 +0000)
commitfa04170682a1b361d874937a541e57dbc16115a5
treedbf5014bf68912417d2d48dc45a4cd425f090434
parent672754a4880eb204ad4351b3f3b473bacf78651e
VCR.py: Use unix files instead of stdio files for tty communication,
        because of buffering.  Also added several new commands (Jack).
VFile.py: Made setting of RGB or colormap mode separate methods,
so they can be overridden (e.g. when using the Glx.draw widget
the way to change the mode is totally different).
Demo/sgi/video/VCR.py
Demo/sgi/video/VFile.py