mirror of https://github.com/python/cpython.git
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.
This commit is contained in:
parent
c12527e2c7
commit
aa1c7ff7e8
Binary file not shown.
|
@ -147,6 +147,10 @@ Tests
|
|||
- 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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in New Issue