[Python-checkins] python/dist/src/Doc/lib libreadline.tex, 1.12, 1.13 (original) (raw)
montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sun May 23 13:46:53 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Modules readline.c,2.68,2.69
- Next message: [Python-checkins] python/dist/src/Misc NEWS,1.974,1.975
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Doc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6098/Doc/lib
Modified Files: libreadline.tex Log Message: Exposed readline() function from the readline module.
Index: libreadline.tex
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libreadline.tex,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** libreadline.tex 4 May 2004 19:20:22 -0000 1.12 --- libreadline.tex 23 May 2004 17:46:49 -0000 1.13
*** 16,19 **** --- 16,23 ----
- \begin{funcdesc}{readline}{\optional{prompt}}
- Get a single line of input from the user.
- \end{funcdesc}
- \begin{funcdesc}{parse_and_bind}{string} Parse and execute single line of a readline init file.
*** 155,156 **** --- 159,161 ---- del os, histfile \end{verbatim}
+
- Previous message: [Python-checkins] python/dist/src/Modules readline.c,2.68,2.69
- Next message: [Python-checkins] python/dist/src/Misc NEWS,1.974,1.975
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]