From: Guido van Rossum Date: Sun, 20 Dec 1992 14:58:09 +0000 (+0000) Subject: Added remark about servers X-Git-Tag: v0.9.8~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62522291701bee82e81814586093531d93d9653d;p=thirdparty%2FPython%2Fcpython.git Added remark about servers --- diff --git a/Demo/rpc/README b/Demo/rpc/README index daa5a26a3820..d05d1826c824 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: