From: Michael W. Hudson Date: Wed, 30 Mar 2005 10:09:12 +0000 (+0000) Subject: Be a bit more accurate. X-Git-Tag: v2.5a0~1863 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a8c3142e2bc122386cd1502124cb7103a217386;p=thirdparty%2FPython%2Fcpython.git Be a bit more accurate. --- diff --git a/Modules/readline.c b/Modules/readline.c index ff06ddf24fb6..7d681db77915 100644 --- a/Modules/readline.c +++ b/Modules/readline.c @@ -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 */