mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
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.
This commit is contained in:
parent
fee7745ebb
commit
4af1c6a4fc
5 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue