summaryrefslogtreecommitdiff
path: root/Lib/pydoc.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-31 20:52:17 -0500
committerBenjamin Peterson <benjamin@python.org>2011-05-31 20:52:17 -0500
commit8c6f88efa2371addacc2acf5cc4634974160406c (patch)
treef0bd5af1eb106bab7fdb893fcd9039ac42ed5a74 /Lib/pydoc.py
parent9e3e1c6e4e98b7568fcb29708aeac88bc677c62c (diff)
downloadcpython-git-8c6f88efa2371addacc2acf5cc4634974160406c.tar.gz
remove __version__s dependent on subversion keyword expansion (closes #12221)
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-xLib/pydoc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py
index 548e71c74c..89d00a3302 100755
--- a/Lib/pydoc.py
+++ b/Lib/pydoc.py
@@ -37,7 +37,6 @@ __all__ = ['help']
__author__ = "Ka-Ping Yee <ping@lfw.org>"
__date__ = "26 February 2001"
-__version__ = "$Revision$"
__credits__ = """Guido van Rossum, for an excellent programming language.
Tommy Burnette, the original creator of manpy.
Paul Prescod, for all his work on onlinehelp.