From fa83c7b31b4fd72110bc4c28277e93215f4721a6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 17 Dec 1992 17:12:38 +0000 Subject: Added some XXX comment. --- Demo/rpc/nfsclient.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Demo/rpc/nfsclient.py b/Demo/rpc/nfsclient.py index 7a3a87d..82e5b17 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) -- cgit v0.12