summaryrefslogtreecommitdiff
path: root/Demo/rpc/nfsclient.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-17 17:12:38 +0000
committerGuido van Rossum <guido@python.org>1992-12-17 17:12:38 +0000
commitb4a642948c46d6b2dbf21e952f40f58768965e59 (patch)
treed13a4d1cde8ada1d583228d3df54c6c5c1290345 /Demo/rpc/nfsclient.py
parent2ae8aa64df18657158541061399d3cee06ebddd5 (diff)
downloadcpython-b4a642948c46d6b2dbf21e952f40f58768965e59.tar.gz
Added some XXX comment.
Diffstat (limited to 'Demo/rpc/nfsclient.py')
-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 7a3a87d90e..82e5b175bd 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)