Added note about standard library module xdrlib.py
This commit is contained in:
parent
7cf1fcf347
commit
bf66c64ffb
|
@ -1,6 +1,8 @@
|
||||||
This is a Python interface to Sun RPC, designed and implemented mostly
|
This is a Python interface to Sun RPC, designed and implemented mostly
|
||||||
by reading the Internet RFCs about the subject.
|
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
|
There are two library modules, xdr.py and rpc.py, and several example
|
||||||
clients: mountclient.py, nfsclient.py, and rnusersclient.py,
|
clients: mountclient.py, nfsclient.py, and rnusersclient.py,
|
||||||
implementing the NFS Mount protocol, (part of) the NFS protocol, and
|
implementing the NFS Mount protocol, (part of) the NFS protocol, and
|
||||||
|
|
Loading…
Reference in New Issue