]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added note about standard library module xdrlib.py
authorGuido van Rossum <guido@python.org>
Mon, 19 Aug 1996 22:24:21 +0000 (22:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Aug 1996 22:24:21 +0000 (22:24 +0000)
Demo/rpc/README

index be75c104009cdbfc974cde1e35dee29dbbac958b..8165ce020d2e7541a378879bd6db696f71226158 100644 (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