]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added some XXX comment.
authorGuido van Rossum <guido@python.org>
Thu, 17 Dec 1992 17:12:38 +0000 (17:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Dec 1992 17:12:38 +0000 (17:12 +0000)
Demo/rpc/nfsclient.py

index 7a3a87d90e313fe4cf2df5ff0f54e0ca0b263163..82e5b175bd897eb722b6414040aa6f4be09ad786 100644 (file)
@@ -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)