diff options
author | Guido van Rossum <guido@python.org> | 2002-09-17 20:36:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-09-17 20:36:40 (GMT) |
commit | 16aac45fc269ad355f069d5f76a0f4cafd06063f (patch) | |
tree | 1941156fe4df24b0c5a34d25174e3c1473c6e8d7 /Demo/README | |
parent | d679e09970465d1b914b7d3dc11eaddbbcd6d289 (diff) | |
download | cpython-16aac45fc269ad355f069d5f76a0f4cafd06063f.zip cpython-16aac45fc269ad355f069d5f76a0f4cafd06063f.tar.gz cpython-16aac45fc269ad355f069d5f76a0f4cafd06063f.tar.bz2 |
Remove the SGI demos. These were all ancient and nobody cared enough.
Diffstat (limited to 'Demo/README')
-rw-r--r-- | Demo/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Demo/README b/Demo/README index 5266e3b..a4ccc71 100644 --- a/Demo/README +++ b/Demo/README @@ -43,12 +43,6 @@ rpc A set of classes for building clients and servers for scripts Some useful Python scripts that I put in my bin directory. No optional built-in modules needed. -sgi Demos that only run on Silicon Graphics machines. - These require at least one of the optional built-in - modules that only make sense for the SGI, such as - 'gl', 'al', and 'sv'. Split in subdirectories - per subject. - sockets Examples for the new built-in module 'socket'. threads Demos that use the 'thread' module. (Currently these |