projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f50354a
)
Remove two legacy constants which hopefully have no consumers (#1087)
author
Alex Gaynor
<alex.gaynor@gmail.com>
Wed, 12 Apr 2017 02:41:42 +0000
(22:41 -0400)
committer
Donald 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
patch
|
blob
|
history
diff --git
a/Lib/tarfile.py
b/Lib/tarfile.py
index 9d46e5f6de12290fd105bd00f8c065ebc22ee8e8..efc1f3b9f7fb843b4932aef7ec6b282fb0338517 100755
(executable)
--- 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."
#---------