]> granicus.if.org Git - python/commitdiff
Acknowledgements.
authorKa-Ping Yee <ping@zesty.ca>
Tue, 27 Feb 2001 23:35:09 +0000 (23:35 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Tue, 27 Feb 2001 23:35:09 +0000 (23:35 +0000)
Lib/pydoc.py

index 350663bf4bf3f654f9966f3305e0255d474f482c..c864867f8ac38cfe176e7fec6b1e5fee0dad9668 100755 (executable)
@@ -22,11 +22,12 @@ help.  Calling help(thing) on a Python object documents the object."""
 __author__ = "Ka-Ping Yee <ping@lfw.org>"
 __date__ = "26 February 2001"
 __version__ = "$Revision$"
-__credits__ = """Tommy Burnette, the original creator of manpy.
+__credits__ = """Guido van Rossum, for an excellent programming language.
+Tommy Burnette, the original creator of manpy.
 Paul Prescod, for all his work on onlinehelp.
 Richard Chamberlain, for the first implementation of textdoc.
 
-A moose bit my sister once."""
+Mynd you, møøse bites Kan be pretty nasti..."""
 
 import sys, imp, os, stat, re, types, inspect
 from repr import Repr