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.
diff --git a/Lib/tarfile.py b/Lib/tarfile.py
index 6b9303e..112b419 100644
--- a/Lib/tarfile.py
+++ b/Lib/tarfile.py
@@ -30,7 +30,7 @@
 """Read from and write to tar format archives.
 """
 
-__version__ = "$Revision$"
+__version__ = "$Revision: 85213 $"
 # $Source$
 
 version     = "0.9.0"