Added note about standard library module xdrlib.py

This commit is contained in:
Guido van Rossum 1996-08-19 22:24:21 +00:00
parent 7cf1fcf347
commit bf66c64ffb
1 changed files with 2 additions and 0 deletions

View File

@ -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