From 9a8c3142e2bc122386cd1502124cb7103a217386 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Wed, 30 Mar 2005 10:09:12 +0000 Subject: [PATCH] Be a bit more accurate. --- Modules/readline.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/readline.c b/Modules/readline.c index ff06ddf24f..7d681db779 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 */ -- 2.40.0