diff options
author | Guido van Rossum <guido@python.org> | 1992-12-17 17:12:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-12-17 17:12:38 (GMT) |
commit | fa83c7b31b4fd72110bc4c28277e93215f4721a6 (patch) | |
tree | d13a4d1cde8ada1d583228d3df54c6c5c1290345 | |
parent | c4698fbfbef60b2838574d10b904faa74f80a464 (diff) | |
download | cpython-fa83c7b31b4fd72110bc4c28277e93215f4721a6.zip cpython-fa83c7b31b4fd72110bc4c28277e93215f4721a6.tar.gz cpython-fa83c7b31b4fd72110bc4c28277e93215f4721a6.tar.bz2 |
Added some XXX comment.
-rw-r--r-- | Demo/rpc/nfsclient.py | 3 |
1 files changed, 3 insertions, 0 deletions
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) |