]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Updated description for embed; added pysvr.
authorGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 21:02:08 +0000 (21:02 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 21:02:08 +0000 (21:02 +0000)
Demo/README

index a11588c6ff8bc76516230aad25841504a96e1391..bb3d2868e16c4f6a20e905f13b77537cffa08c74 100644 (file)
@@ -15,7 +15,8 @@ in case I change my mind about them.
 
 classes                Some examples of how to use classes.
 
-embed          An example of embedding Python in another application.
+embed          An example of embedding Python in another application
+               (see also pysvr).
 
 ibrowse                An Emacs info file browser (uses stdwin).
                See also ../doc (the Python library documentation can
@@ -23,6 +24,9 @@ ibrowse               An Emacs info file browser (uses stdwin).
 
 md5test                Test program for the optional md5 module.
 
+pysvr          An example of embedding Python in a threaded
+               application.
+
 rpc            A set of classes for building clients and servers for
                Sun RPC.