From: Guido van Rossum Date: Thu, 17 Dec 1992 17:12:38 +0000 (+0000) Subject: Added some XXX comment. X-Git-Tag: v0.9.8~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa83c7b31b4fd72110bc4c28277e93215f4721a6;p=thirdparty%2FPython%2Fcpython.git Added some XXX comment. --- diff --git a/Demo/rpc/nfsclient.py b/Demo/rpc/nfsclient.py index 7a3a87d90e31..82e5b175bd89 100644 --- a/Demo/rpc/nfsclient.py +++ b/Demo/rpc/nfsclient.py @@ -1,5 +1,8 @@ # NFS RPC client -- RFC 1094 +# XXX This is not yet complete. +# XXX Only GETATTR, SETTTR, LOOKUP and READDIR are supported. + # (See mountclient.py for some hints on how to write RPC clients in # Python in general)