diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-01 01:52:17 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-01 01:52:17 (GMT) |
commit | 8c6f88efa2371addacc2acf5cc4634974160406c (patch) | |
tree | f0bd5af1eb106bab7fdb893fcd9039ac42ed5a74 /Lib/pydoc.py | |
parent | 9e3e1c6e4e98b7568fcb29708aeac88bc677c62c (diff) | |
download | cpython-8c6f88efa2371addacc2acf5cc4634974160406c.zip cpython-8c6f88efa2371addacc2acf5cc4634974160406c.tar.gz cpython-8c6f88efa2371addacc2acf5cc4634974160406c.tar.bz2 |
remove __version__s dependent on subversion keyword expansion (closes #12221)
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-x | Lib/pydoc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 548e71c..89d00a3 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. |