From: Alex Gaynor Date: Wed, 12 Apr 2017 02:41:42 +0000 (-0400) Subject: Remove two legacy constants which hopefully have no consumers (#1087) X-Git-Tag: v3.7.0a1~982 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7cc14a825ec156c76329f65bed0d0bd6e03d035;p=python Remove two legacy constants which hopefully have no consumers (#1087) The data contained in them is nonsensical --- diff --git a/Lib/tarfile.py b/Lib/tarfile.py index 9d46e5f6de..efc1f3b9f7 100755 --- a/Lib/tarfile.py +++ b/Lib/tarfile.py @@ -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." #---------