mirror of https://github.com/python/cpython
Added some XXX comment.
This commit is contained in:
parent
c4698fbfbe
commit
fa83c7b31b
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue