From ed2dbe3f3344038dee8389f0ade335da1b3b559a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 1 Jan 2005 07:51:01 +0000 Subject: [PATCH] SF patch #1094007: Remove witty comment in pydoc.py (Removed at Ping's request.) --- Lib/pydoc.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 40a4e16075e..16d5585b8a6 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