diff options
author | Guido van Rossum <guido@python.org> | 1994-01-18 13:35:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-18 13:35:31 (GMT) |
commit | 381f65c057cfc646d2b04abeb9e0657b09047509 (patch) | |
tree | 42696eaf2c519e8b92562bb1ca680246db4c095d /Demo/README | |
parent | a1238eb734efc04fbccdbb100b6c94a6171e3c7f (diff) | |
download | cpython-381f65c057cfc646d2b04abeb9e0657b09047509.zip cpython-381f65c057cfc646d2b04abeb9e0657b09047509.tar.gz cpython-381f65c057cfc646d2b04abeb9e0657b09047509.tar.bz2 |
Removed www (now in Demo2), added embed (formerly one level higher up)
Diffstat (limited to 'Demo/README')
-rw-r--r-- | Demo/README | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Demo/README b/Demo/README index a6debe8..8793fd7 100644 --- a/Demo/README +++ b/Demo/README @@ -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 |