Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5e2b1733
Commit
5e2b1733
authored
Feb 27, 2001
by
Ka-Ping Yee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Acknowledgements.
parent
24033e3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Lib/pydoc.py
Lib/pydoc.py
+3
-2
No files found.
Lib/pydoc.py
View file @
5e2b1733
...
...
@@ -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, mse bites Kan be pretty nasti..."
""
import
sys
,
imp
,
os
,
stat
,
re
,
types
,
inspect
from
repr
import
Repr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment