From: Skip Montanaro Date: Wed, 5 Jan 2005 07:03:53 +0000 (+0000) Subject: describe reset() X-Git-Tag: v2.5a0~2181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f49e7d0e7bf3e9bd908bd987e91d168adeadcb0;p=thirdparty%2FPython%2Fcpython.git describe reset() --- diff --git a/Doc/lib/libdircache.tex b/Doc/lib/libdircache.tex index a827a83516a6..58845493b48c 100644 --- a/Doc/lib/libdircache.tex +++ b/Doc/lib/libdircache.tex @@ -12,6 +12,10 @@ a slash. The \module{dircache} module defines the following functions: +\begin{funcdesc}{reset}{} +Resets the directory cache. +\end{funcdesc} + \begin{funcdesc}{listdir}{path} Return a directory listing of \var{path}, as gotten from \function{os.listdir()}. Note that unless \var{path} changes, further call