From: Martin v. Löwis Date: Sun, 22 Aug 2004 16:08:04 +0000 (+0000) Subject: Patch #1009389: Make __credits__ a Unicode object. X-Git-Tag: v2.4a3~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac37f3d001020fb7b1c211ad4ddb309705551a2c;p=thirdparty%2FPython%2Fcpython.git Patch #1009389: Make __credits__ a Unicode object. --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 12ae27795cdb..c6a84db11063 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -37,7 +37,7 @@ Reference Manual pages. __author__ = "Ka-Ping Yee " __date__ = "26 February 2001" __version__ = "$Revision$" -__credits__ = """Guido van Rossum, for an excellent programming language. +__credits__ = u"""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.