[Python-checkins] python/dist/src/Doc/lib libreadline.tex,1.8,1.9
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
2003年2月21日 10:57:09 -0800
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv23148/lib
Modified Files:
libreadline.tex
Log Message:
Add some minimal doc for get_completer added for patch 676342
Index: libreadline.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libreadline.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** libreadline.tex 19 Oct 2001 01:18:43 -0000 1.8
--- libreadline.tex 21 Feb 2003 18:57:05 -0000 1.9
***************
*** 81,84 ****
--- 81,89 ----
\end{funcdesc}
+ \begin{funcdesc}{get_completer}{}
+ Get the completer function.
+ \versionadded{2.3}
+ \end{funcdesc}
+
\begin{funcdesc}{get_begidx}{}
Get the beginning index of the readline tab-completion scope.