]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed www (now in Demo2), added embed (formerly one level higher up)
authorGuido van Rossum <guido@python.org>
Tue, 18 Jan 1994 13:35:31 +0000 (13:35 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Jan 1994 13:35:31 +0000 (13:35 +0000)
Demo/README

index a6debe8d22b5301c138e4e7212adc445b4745e9d..8793fd7b3cdda82b5d9845e110041c3492b532db 100644 (file)
@@ -6,6 +6,8 @@ complete applications.
 
 classes                Some examples of how to use classes.
 
+embed          An example of embedding Python in another application.
+
 ibrowse                An Emacs info file browser (uses stdwin).
                See also ../doc (the Python library documentation can
                be converted to info format).
@@ -34,13 +36,6 @@ stdwin               Demos that use the STDWIN library.  Require the 'stdwin'
 threads                Demos that use the 'thread' module.  (Currently these
                only run on SGIs, but this may change in the future.)
 
-www            Browsers for CERN's distributed hypertext system
-               World-Wide Web (one with a stdwin-based user
-               interface, one for dumb ttys).  Also contains a
-               primitive gopher client and an ftp client.
-               See also ../doc (the Python library documentation can
-               be converted to WWW's "HTML" format).
-
 WARNING: many scripts are executable and have a first line saying
 
        #! /usr/local/bin/python