diff options
author | Guido van Rossum <guido@python.org> | 2002-09-17 20:55:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-09-17 20:55:57 (GMT) |
commit | b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3 (patch) | |
tree | cbd117574482176b4a7277ed5f30dc3e00050623 /Demo/sgi/README | |
parent | 4cb22048515deb55fdf46775400da9c841706248 (diff) | |
download | cpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.zip cpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.tar.gz cpython-b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3.tar.bz2 |
Remove the SGI demos. These were all ancient and nobody cared enough.
Diffstat (limited to 'Demo/sgi/README')
-rw-r--r-- | Demo/sgi/README | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Demo/sgi/README b/Demo/sgi/README deleted file mode 100644 index 3ef80d2..0000000 --- a/Demo/sgi/README +++ /dev/null @@ -1,22 +0,0 @@ -Demonstrations of Python that use various features of the Silicon -Graphics IRIS machines. - -al Demonstrations of the audio capabilities of the - Indigo. Require the built-in module 'al'. One program - also needs the build-in module 'fl' (the FORMS - library by Mark Overmars.) - -cd Demonstrations of the CD-ROM player's audio interface, - built-in module 'cd'. - -flp Demonstrations of using the 'flp' standard module, - which enables you to quickly create forms using the - 'fl' built-in module (available if you use the FORMS - library by Mark Overmars). - -gl Demonstrations of the Graphics Library (GL). - Require the built-in module 'gl'. - -sv Demonstrations of the Indigo Video module. - Requires the built-in module 'sv'. See also the - following directory. |