diff options
author | Raymond Hettinger <python@rcn.com> | 2005-01-01 07:51:01 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-01-01 07:51:01 (GMT) |
commit | ed2dbe3f3344038dee8389f0ade335da1b3b559a (patch) | |
tree | 9d4dbb28021157f2e2f97f717f3fc595e0ef4121 /Lib/pydoc.py | |
parent | 346e67f80553be5297dccd43db7a71f4b81bdcab (diff) | |
download | cpython-ed2dbe3f3344038dee8389f0ade335da1b3b559a.zip cpython-ed2dbe3f3344038dee8389f0ade335da1b3b559a.tar.gz cpython-ed2dbe3f3344038dee8389f0ade335da1b3b559a.tar.bz2 |
SF patch #1094007: Remove witty comment in pydoc.py
(Removed at Ping's request.)
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-x | Lib/pydoc.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 40a4e16..16d5585 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -41,8 +41,7 @@ __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. - -Mynd you, møøse bites Kan be pretty nasti...""" +""" # Known bugs that can't be fixed here: # - imp.load_module() cannot be prevented from clobbering existing |