summaryrefslogtreecommitdiffstats
path: root/Demo/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-04-13 18:41:41 (GMT)
committerGuido van Rossum <guido@python.org>1992-04-13 18:41:41 (GMT)
commit9183aaa46391a888f2f992f8697d1289f7cbd288 (patch)
tree3ee5cc4e0850be545452741a3d571b6367131fb8 /Demo/README
parentb950629b9053612a2c43557a981489687551585f (diff)
downloadcpython-9183aaa46391a888f2f992f8697d1289f7cbd288.zip
cpython-9183aaa46391a888f2f992f8697d1289f7cbd288.tar.gz
cpython-9183aaa46391a888f2f992f8697d1289f7cbd288.tar.bz2
Change comments about SGI subdirectory
Diffstat (limited to 'Demo/README')
-rw-r--r--Demo/README7
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.