summaryrefslogtreecommitdiff
path: root/Demo/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-19 21:02:08 +0000
committerGuido van Rossum <guido@python.org>1997-07-19 21:02:08 +0000
commit412fc1e30ea21e59451c9f4fbbe11ae9e83dafec (patch)
tree1e06bd098a61054742e58c8080ca6fc5a33b2549 /Demo/README
parent61b8d61f1b1e021d3e5e26f31368b15aaafd055b (diff)
downloadcpython-412fc1e30ea21e59451c9f4fbbe11ae9e83dafec.tar.gz
Updated description for embed; added pysvr.
Diffstat (limited to 'Demo/README')
-rw-r--r--Demo/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/Demo/README b/Demo/README
index a11588c6ff..bb3d2868e1 100644
--- a/Demo/README
+++ b/Demo/README
@@ -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.