diff options
author | Guido van Rossum <guido@python.org> | 1992-04-13 18:41:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-04-13 18:41:41 (GMT) |
commit | 9183aaa46391a888f2f992f8697d1289f7cbd288 (patch) | |
tree | 3ee5cc4e0850be545452741a3d571b6367131fb8 /Demo/README | |
parent | b950629b9053612a2c43557a981489687551585f (diff) | |
download | cpython-9183aaa46391a888f2f992f8697d1289f7cbd288.zip cpython-9183aaa46391a888f2f992f8697d1289f7cbd288.tar.gz cpython-9183aaa46391a888f2f992f8697d1289f7cbd288.tar.bz2 |
Change comments about SGI subdirectory
Diffstat (limited to 'Demo/README')
-rw-r--r-- | Demo/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Demo/README b/Demo/README index b08055e..e80bfbf 100644 --- a/Demo/README +++ b/Demo/README @@ -8,9 +8,10 @@ scripts Some useful Python scripts that I put in my bin sockets Examples for the new built-in module 'socket'. sgi Demos that only run on Silicon Graphics machines. - Require the built-in modules 'audio' and/or 'gl' - and/or 'stdwin'. - (This is split in corresponding subdirectories.) + These require at least one of the optional built-in + modules that only make sense for the SGI, such as + the modules 'gl' and 'al'. Split in subdirectories + per subject. stdwin Demos that use the STDWIN library. Require the 'stdwin' built-in module. |