diff options
author | Michael W. Hudson <mwh@python.net> | 2005-03-30 09:38:12 +0000 |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2005-03-30 09:38:12 +0000 |
commit | b47039f66bd21327d12070bfd220d25e516e2381 (patch) | |
tree | 95a69effce99a7f3f8657bc98f38de2b0d155936 | |
parent | 1b17b6bf08d9f04446c46515d69f9a69a63a12d6 (diff) | |
download | cpython-git-b47039f66bd21327d12070bfd220d25e516e2381.tar.gz |
I don't think it's particularly accurate to say Guido is maintaining
this module any more.
-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 706eb7a10e..ff06ddf24f 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 */ |