[Python-checkins] python/dist/src/Doc/lib libreadline.tex, 1.10,
1.11
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Sat Sep 20 12:08:34 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv32387/Doc/lib
Modified Files:
libreadline.tex
Log Message:
Patch #800697: Add readline.clear_history.
Index: libreadline.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libreadline.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** libreadline.tex 21 Feb 2003 20:11:09 -0000 1.10
--- libreadline.tex 20 Sep 2003 16:08:32 -0000 1.11
***************
*** 43,46 ****
--- 43,52 ----
\end{funcdesc}
+ \begin{funcdesc}{clear_history}{}
+ Clear the current history. (Note: this function is not available if
+ the installed version of GNU readline doesn't support it.)
+ \versionadded{2.4}
+ \end{funcdesc}
+
\begin{funcdesc}{get_history_length}{}
Return the desired length of the history file. Negative values imply
More information about the Python-checkins
mailing list