summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorKa-Ping Yee <ping@zesty.ca>2001-02-27 23:35:09 (GMT)
committerKa-Ping Yee <ping@zesty.ca>2001-02-27 23:35:09 (GMT)
commit5e2b173333e6fabb5883c1e775a5ecace8a48660 (patch)
tree12638a41439732e442bfec1830d320b10a756cfe /Lib/pydoc.py
parent24033e3d60812e98980cbb667758f78fb04083a7 (diff)
downloadcpython-5e2b173333e6fabb5883c1e775a5ecace8a48660.zip
cpython-5e2b173333e6fabb5883c1e775a5ecace8a48660.tar.gz
cpython-5e2b173333e6fabb5883c1e775a5ecace8a48660.tar.bz2
Acknowledgements.
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-xLib/pydoc.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 350663b..c864867 100755
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -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