summaryrefslogtreecommitdiffstats
path: root/Demo/rpc/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-20 14:58:09 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-20 14:58:09 (GMT)
commit62522291701bee82e81814586093531d93d9653d (patch)
tree965f3a1327c9bd49659df1454bd8b6a695e3698b /Demo/rpc/README
parentb99457c35c06dab73a3d62b2310958ccc970328b (diff)
downloadcpython-62522291701bee82e81814586093531d93d9653d.zip
cpython-62522291701bee82e81814586093531d93d9653d.tar.gz
cpython-62522291701bee82e81814586093531d93d9653d.tar.bz2
Added remark about servers
Diffstat (limited to 'Demo/rpc/README')
-rw-r--r--Demo/rpc/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demo/rpc/README b/Demo/rpc/README
index daa5a26..d05d182 100644
--- a/Demo/rpc/README
+++ b/Demo/rpc/README
@@ -1,7 +1,8 @@
This is a VERY preliminary release of my Python interface to Sun RPC.
It consists of two library modules, xdr.py and rpc.py, and two example
clients, mountclient.py and nfsclient.py, implementing the NFS Mount
-protocol and (part of) the NFS protocol, respectively.
+protocol and (part of) the NFS protocol, respectively. There is also
+a way to create servers in Python.
To test the nfs client, run it from the shell with something like this: