mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +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
|
@ -28,7 +28,6 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|||
"""
|
||||
|
||||
__author__ = "Steve Purcell (stephen_purcell@yahoo.com)"
|
||||
__version__ = "$Revision: 1.7 $"[11:-2]
|
||||
|
||||
import sys
|
||||
import traceback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue