]> granicus.if.org Git - python/commitdiff
Remove two legacy constants which hopefully have no consumers (#1087)
authorAlex Gaynor <alex.gaynor@gmail.com>
Wed, 12 Apr 2017 02:41:42 +0000 (22:41 -0400)
committerDonald Stufft <donald@stufft.io>
Wed, 12 Apr 2017 02:41:42 +0000 (22:41 -0400)
The data contained in them is nonsensical

Lib/tarfile.py

index 9d46e5f6de12290fd105bd00f8c065ebc22ee8e8..efc1f3b9f7fb843b4932aef7ec6b282fb0338517 100755 (executable)
@@ -31,8 +31,6 @@
 
 version     = "0.9.0"
 __author__  = "Lars Gust\u00e4bel (lars@gustaebel.de)"
-__date__    = "$Date: 2011-02-25 17:42:01 +0200 (Fri, 25 Feb 2011) $"
-__cvsid__   = "$Id: tarfile.py 88586 2011-02-25 15:42:01Z marc-andre.lemburg $"
 __credits__ = "Gustavo Niemeyer, Niels Gust\u00e4bel, Richard Townsend."
 
 #---------