diff options
author | Guido van Rossum <guido@python.org> | 1997-07-19 21:02:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-19 21:02:08 (GMT) |
commit | 14b0e700a021868a3460140b64c05dd843a91b65 (patch) | |
tree | 8862cfb77dc06a0956fec988e90d4d0257ddc0be /Demo | |
parent | 5c8b9911750565713cba39fd8835cc951ddf2adf (diff) | |
download | cpython-14b0e700a021868a3460140b64c05dd843a91b65.zip cpython-14b0e700a021868a3460140b64c05dd843a91b65.tar.gz cpython-14b0e700a021868a3460140b64c05dd843a91b65.tar.bz2 |
Updated description for embed; added pysvr.
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Demo/README b/Demo/README index a11588c..bb3d286 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. |