summaryrefslogtreecommitdiffstats
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-28 14:30:27 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-28 14:30:27 (GMT)
commit4af1c6a4fcd6557265e972a6c35d39a3b1604d6e (patch)
tree349e70824e32136c37fd95e4f11dfabc5c500b73 /Lib/pydoc.py
parentfee7745ebb1c344d35e2245c4cf9aeb6f0f929a1 (diff)
downloadcpython-4af1c6a4fcd6557265e972a6c35d39a3b1604d6e.zip
cpython-4af1c6a4fcd6557265e972a6c35d39a3b1604d6e.tar.gz
cpython-4af1c6a4fcd6557265e972a6c35d39a3b1604d6e.tar.bz2
Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break.
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-xLib/pydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 6bf6eb3..ecbdb44 100755
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -37,7 +37,7 @@ Reference Manual pages.
__author__ = "Ka-Ping Yee <ping@lfw.org>"
__date__ = "26 February 2001"
-__version__ = "$Revision$"
+__version__ = "$Revision: 88564 $"
__credits__ = """Guido van Rossum, for an excellent programming language.
Tommy Burnette, the original creator of manpy.
Paul Prescod, for all his work on onlinehelp.