]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #1009389: Make __credits__ a Unicode object.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 22 Aug 2004 16:08:04 +0000 (16:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 22 Aug 2004 16:08:04 +0000 (16:08 +0000)
Lib/pydoc.py

index 12ae27795cdbf6bf0f4b0d8fc66a6446bfb9b745..c6a84db11063a4f1f152be4d681041c2726a7aee 100755 (executable)
@@ -37,7 +37,7 @@ Reference Manual pages.
 __author__ = "Ka-Ping Yee <ping@lfw.org>"
 __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.