diff options
author | Guido van Rossum <guido@python.org> | 2000-05-11 18:29:05 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-05-11 18:29:05 (GMT) |
commit | 99f235d5e789deaaa68f3a9341f4cf896c914752 (patch) | |
tree | 8fc3da7b3d552fa98d6c71dfb500af6a400c6acf | |
parent | 6a1b1338de866ecd171ec15da011c761fb97f2e0 (diff) | |
download | cpython-99f235d5e789deaaa68f3a9341f4cf896c914752.zip cpython-99f235d5e789deaaa68f3a9341f4cf896c914752.tar.gz cpython-99f235d5e789deaaa68f3a9341f4cf896c914752.tar.bz2 |
Remove stdwin references
-rw-r--r-- | Demo/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Demo/README b/Demo/README index 60a9574..87017a9 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.) |