mirror of
https://github.com/python/cpython.git
synced 2025-07-15 07:15:18 +00:00
Patch #1009389: Make __credits__ a Unicode object.
This commit is contained in:
parent
12237b3a19
commit
ac37f3d001
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue