]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added remark about servers
authorGuido van Rossum <guido@python.org>
Sun, 20 Dec 1992 14:58:09 +0000 (14:58 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 20 Dec 1992 14:58:09 +0000 (14:58 +0000)
Demo/rpc/README

index daa5a26a3820c4aac2b34b1c7f37d18995da4bb5..d05d1826c824a979ebe46bb0b012798ad24580cf 100644 (file)
@@ -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: