[ python-Bugs-990325 ] testtar.tar is partially insane
SourceForge.net
noreply at sourceforge.net
Tue Jul 13 20:00:39 CEST 2004
Bugs item #990325, was opened at 2004-07-13 14:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=990325&group_id=5470
Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim Peters (tim_one)
Assigned to: Nobody/Anonymous (nobody)
Summary: testtar.tar is partially insane
Initial Comment:
The test file testtar.tar is a binary file, but contains
(seemingly by accident) CVS keywords, like $Date$ and
$Revision$. As a result, if Python is checked out with -
kk (don't expand keywords), test_tarfile fails. I'm not
clear on exactly why.
Binary files shouldn't have CVS keywords inside them,
and tests shouldn't care whether keywords are
expanded anyway.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=990325&group_id=5470
More information about the Python-bugs-list
mailing list