mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Acknowledgements.
This commit is contained in:
parent
24033e3d60
commit
5e2b173333
1 changed files with 3 additions and 2 deletions
|
@ -22,11 +22,12 @@ help. Calling help(thing) on a Python object documents the object."""
|
||||||
__author__ = "Ka-Ping Yee <ping@lfw.org>"
|
__author__ = "Ka-Ping Yee <ping@lfw.org>"
|
||||||
__date__ = "26 February 2001"
|
__date__ = "26 February 2001"
|
||||||
__version__ = "$Revision$"
|
__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.
|
Paul Prescod, for all his work on onlinehelp.
|
||||||
Richard Chamberlain, for the first implementation of textdoc.
|
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
|
import sys, imp, os, stat, re, types, inspect
|
||||||
from repr import Repr
|
from repr import Repr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue