From: Guido van Rossum Date: Mon, 19 Aug 1996 22:24:21 +0000 (+0000) Subject: Added note about standard library module xdrlib.py X-Git-Tag: v1.4b3~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf66c64ffbb1f91a26c6f67e896fa75479aba83e;p=thirdparty%2FPython%2Fcpython.git Added note about standard library module xdrlib.py --- diff --git a/Demo/rpc/README b/Demo/rpc/README index be75c104009c..8165ce020d2e 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