Added some XXX comment.

This commit is contained in:
Guido van Rossum 1992-12-17 17:12:38 +00:00
parent c4698fbfbe
commit fa83c7b31b

View 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)