diff options
author | Guido van Rossum <guido@python.org> | 1996-08-19 22:24:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-19 22:24:21 (GMT) |
commit | bf66c64ffbb1f91a26c6f67e896fa75479aba83e (patch) | |
tree | e43939bcad0bb9a93aa950a355cda4f2d0201ba5 /Demo | |
parent | 7cf1fcf347853a9efe9e0c21191ad66a650f3da7 (diff) | |
download | cpython-bf66c64ffbb1f91a26c6f67e896fa75479aba83e.zip cpython-bf66c64ffbb1f91a26c6f67e896fa75479aba83e.tar.gz cpython-bf66c64ffbb1f91a26c6f67e896fa75479aba83e.tar.bz2 |
Added note about standard library module xdrlib.py
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/rpc/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/rpc/README b/Demo/rpc/README index be75c10..8165ce0 100644 --- a/Demo/rpc/README +++ b/Demo/rpc/README @@ -1,6 +1,8 @@ This is a Python interface to Sun RPC, designed and implemented mostly by reading the Internet RFCs about the subject. +*** NOTE: xdr.py has evolved into the standard module xdrlib.py *** + There are two library modules, xdr.py and rpc.py, and several example clients: mountclient.py, nfsclient.py, and rnusersclient.py, implementing the NFS Mount protocol, (part of) the NFS protocol, and |