[Python-checkins] python/dist/src/Modules readline.c,2.69,2.70 (original) (raw)

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Mon May 24 10:20:18 EDT 2004


Update of /cvsroot/python/python/dist/src/Modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25522/Modules

Modified Files: readline.c Log Message: stupid, stupid, stupid... raw_input() already supports readline() if the readline module is loaded.

Index: readline.c

RCS file: /cvsroot/python/python/dist/src/Modules/readline.c,v retrieving revision 2.69 retrieving revision 2.70 diff -C2 -d -r2.69 -r2.70 *** readline.c 23 May 2004 17:46:49 -0000 2.69 --- readline.c 24 May 2004 14:20:15 -0000 2.70 *************** *** 33,58 ****

- /* Exported function to get a line from the user */

--- 33,36 ----


*** 491,495 **** static struct PyMethodDef readline_methods[] = {

--- 469,472 ----



More information about the Python-checkins mailing list