]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Be a bit more accurate.
authorMichael W. Hudson <mwh@python.net>
Wed, 30 Mar 2005 10:09:12 +0000 (10:09 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 30 Mar 2005 10:09:12 +0000 (10:09 +0000)
Modules/readline.c

index ff06ddf24fb6369bcd1cf1adeb429447e2087008..7d681db77915235b8a70ccd92998b60fac632d7c 100644 (file)
@@ -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 */