diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-22 00:54:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-22 00:54:37 (GMT) |
commit | aa1c7ff7e8dd9dbda8ed935b7db7c9a81a164621 (patch) | |
tree | 775a00d6c7ed59938910f01d9ab09a956c4fd623 | |
parent | c12527e2c7b09a5618abcd5e30966f87871fb652 (diff) | |
download | cpython-aa1c7ff7e8dd9dbda8ed935b7db7c9a81a164621.zip cpython-aa1c7ff7e8dd9dbda8ed935b7db7c9a81a164621.tar.gz cpython-aa1c7ff7e8dd9dbda8ed935b7db7c9a81a164621.tar.bz2 |
SF patch 995225: tarfile.py fix for bug #990325
Removes CVS keywords from this binary file, so that test_tarfile passes
regardless of whether Python is checked out with -kk.
-rw-r--r-- | Lib/test/testtar.tar | bin | 112640 -> 112640 bytes | |||
-rw-r--r-- | Misc/NEWS | 8 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Lib/test/testtar.tar b/Lib/test/testtar.tar Binary files differindex 40125b3..8fd0c50 100644 --- a/Lib/test/testtar.tar +++ b/Lib/test/testtar.tar @@ -47,7 +47,7 @@ Library from a tarfile. - Patch #846659. Fix an error in tarfile.py when using - GNU longname/longlink creation. + GNU longname/longlink creation. - The obsolete FCNTL.py has been deleted. The builtin fcntl module has been available (on platforms that support fcntl) since Python @@ -144,9 +144,13 @@ New platforms Tests ----- -- The test data files for the decimal test suite are now installed on +- The test data files for the decimal test suite are now installed on platforms that use the Makefile. +- SF patch 995225: The test file testtar.tar accidentally contained + CVS keywords (like $Id$), which could cause spurious failures in + test_tarfile.py depending on how the test file was checked out. + Windows ------- |