commit | 80e44f8737570c76c49f00594c818c37925d4748 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 11 20:57:55 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 11 20:57:55 2009 +0000 |
tree | f150c16c993179cffb288d8a2015b9ef0937dbcc | |
parent | 55669d04adf847f5428dc314cb79c016cc5b5595 [diff] |
Merged revisions 76217 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76217 | antoine.pitrou | 2009-11-11 21:55:07 +0100 (mer., 11 nov. 2009) | 3 lines Issue #7295: Do not use a hardcoded file name in test_tarfile. ........