From 1c5ce881f417f73da9b32f10a9bd30e5ffdb9057 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 1 Jan 2005 07:52:40 +0000 Subject: 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 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 -- cgit v0.12