[Python-checkins] python/dist/src/Modules readline.c,2.81,2.82

mwh at users.sourceforge.net mwh at users.sourceforge.net
Wed Mar 30 12:09:15 CEST 2005


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

Modified Files:
	readline.c 
Log Message:
Be a bit more accurate.


Index: readline.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/readline.c,v
retrieving revision 2.81
retrieving revision 2.82
diff -u -d -r2.81 -r2.82
--- readline.c	30 Mar 2005 09:38:12 -0000	2.81
+++ readline.c	30 Mar 2005 10:09:12 -0000	2.82
@@ -1,6 +1,7 @@
 /* This module makes GNU readline available to Python.  It has ideas
  * contributed by Lee Busby, LLNL, and William Magro, Cornell Theory
- * Center.  The completer interface was inspired by Lele Gaifax.
+ * Center.  The completer interface was inspired by Lele Gaifax.  More
+ * recently, it was largely rewritten by Guido van Rossum.
  */
 
 /* Standard definitions */



More information about the Python-checkins mailing list