diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-04-12 02:41:42 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2017-04-12 02:41:42 (GMT) |
commit | c7cc14a825ec156c76329f65bed0d0bd6e03d035 (patch) | |
tree | 7762f4817beab0fd6809d4c807ede96d0b2de4c8 /Lib | |
parent | f50354adaaafebe95ad09d09b825804a686ea843 (diff) | |
download | cpython-c7cc14a825ec156c76329f65bed0d0bd6e03d035.zip cpython-c7cc14a825ec156c76329f65bed0d0bd6e03d035.tar.gz cpython-c7cc14a825ec156c76329f65bed0d0bd6e03d035.tar.bz2 |
Remove two legacy constants which hopefully have no consumers (#1087)
The data contained in them is nonsensical
Diffstat (limited to 'Lib')
-rwxr-xr-x | Lib/tarfile.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tarfile.py b/Lib/tarfile.py index 9d46e5f..efc1f3b 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." #--------- |