mirror of
https://github.com/python/cpython.git
synced 2025-08-05 01:18:26 +00:00
remove __version__s dependent on subversion keyword expansion (closes #12221)
This commit is contained in:
parent
9e3e1c6e4e
commit
8c6f88efa2
13 changed files with 94 additions and 104 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue