From: Michael W. Hudson Date: Wed, 30 Mar 2005 09:38:12 +0000 (+0000) Subject: I don't think it's particularly accurate to say Guido is maintaining X-Git-Tag: v2.5a0~1864 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47039f66bd21327d12070bfd220d25e516e2381;p=thirdparty%2FPython%2Fcpython.git I don't think it's particularly accurate to say Guido is maintaining this module any more. --- diff --git a/Modules/readline.c b/Modules/readline.c index 706eb7a10e75..ff06ddf24fb6 100644 --- a/Modules/readline.c +++ b/Modules/readline.c @@ -1,9 +1,6 @@ /* 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. - * - * More recently, it was largely rewritten by Guido van Rossum who is - * now maintaining it. */ /* Standard definitions */