summaryrefslogtreecommitdiffstats
path: root/Demo/rpc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-17 17:12:38 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-17 17:12:38 (GMT)
commitfa83c7b31b4fd72110bc4c28277e93215f4721a6 (patch)
treed13a4d1cde8ada1d583228d3df54c6c5c1290345 /Demo/rpc
parentc4698fbfbef60b2838574d10b904faa74f80a464 (diff)
downloadcpython-fa83c7b31b4fd72110bc4c28277e93215f4721a6.zip
cpython-fa83c7b31b4fd72110bc4c28277e93215f4721a6.tar.gz
cpython-fa83c7b31b4fd72110bc4c28277e93215f4721a6.tar.bz2
Added some XXX comment.
Diffstat (limited to 'Demo/rpc')
-rw-r--r--Demo/rpc/nfsclient.py3
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)