summaryrefslogtreecommitdiff
path: root/Demo
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-05-11 18:29:05 +0000
committerGuido van Rossum <guido@python.org>2000-05-11 18:29:05 +0000
commit32f34092bc482264d0973002cabc432a17fe77ff (patch)
treeb82fe9162f8c0b82d1908898fb6ad5d11a711242 /Demo
parente899938c4acff57d98f619ebec34e338916a75e0 (diff)
downloadcpython-32f34092bc482264d0973002cabc432a17fe77ff.tar.gz
Remove stdwin references
Diffstat (limited to 'Demo')
-rw-r--r--Demo/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/Demo/README b/Demo/README
index 60a95746ce..87017a9e88 100644
--- a/Demo/README
+++ b/Demo/README
@@ -22,10 +22,6 @@ extend An example of using the generic Makefile.pre.in from
the Misc directory to build a statically linked or
shared extension module.
-ibrowse An Emacs info file browser (uses stdwin).
- See also ../doc (the Python library documentation can
- be converted to info format).
-
md5test Test program for the optional md5 module.
pysvr An example of embedding Python in a threaded
@@ -45,9 +41,6 @@ sgi Demos that only run on Silicon Graphics machines.
'gl', 'al', and 'sv'. Split in subdirectories
per subject.
-stdwin Demos that use the STDWIN library. Require the 'stdwin'
- built-in module.
-
threads Demos that use the 'thread' module. (Currently these
only run on SGIs, but this may change in the future.)