diff options
author | Michael W. Hudson <mwh@python.net> | 2005-03-30 09:38:12 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2005-03-30 09:38:12 (GMT) |
commit | b47039f66bd21327d12070bfd220d25e516e2381 (patch) | |
tree | 95a69effce99a7f3f8657bc98f38de2b0d155936 /Modules | |
parent | 1b17b6bf08d9f04446c46515d69f9a69a63a12d6 (diff) | |
download | cpython-b47039f66bd21327d12070bfd220d25e516e2381.zip cpython-b47039f66bd21327d12070bfd220d25e516e2381.tar.gz cpython-b47039f66bd21327d12070bfd220d25e516e2381.tar.bz2 |
I don't think it's particularly accurate to say Guido is maintaining
this module any more.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/readline.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/readline.c b/Modules/readline.c index 706eb7a..ff06ddf 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 */ |