diff options
author | Michael W. Hudson <mwh@python.net> | 2005-03-30 10:09:12 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2005-03-30 10:09:12 (GMT) |
commit | 9a8c3142e2bc122386cd1502124cb7103a217386 (patch) | |
tree | d8e4ebfd091e62ed9f3a6398daa205a572a4e8a6 /Modules/readline.c | |
parent | b47039f66bd21327d12070bfd220d25e516e2381 (diff) | |
download | cpython-9a8c3142e2bc122386cd1502124cb7103a217386.zip cpython-9a8c3142e2bc122386cd1502124cb7103a217386.tar.gz cpython-9a8c3142e2bc122386cd1502124cb7103a217386.tar.bz2 |
Be a bit more accurate.
Diffstat (limited to 'Modules/readline.c')
-rw-r--r-- | Modules/readline.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/readline.c b/Modules/readline.c index ff06ddf..7d681db 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 */ |