This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author westley.martinez
Recipients brett.cannon, eric.araujo, tarek, westley.martinez
Date 2011-03-25.22:46:39
SpamBayes Score 0.004832288
Marked as misclassified No
Message-id <1301093200.27.0.184532577105.issue11340@psf.upfronthosting.co.za>
In-reply-to
Content
I may have figured out the problem. The test checks if the archive's extension is '.tar.Z', but the compress command on my computer appends the .gz extension to the file. To my surprise, the gunzip command worked on the file. So the compress command was actually creating gzipped files.
History
Date User Action Args
2011-03-25 22:46:40westley.martinezsetrecipients: + westley.martinez, brett.cannon, tarek, eric.araujo
2011-03-25 22:46:40westley.martinezsetmessageid: <1301093200.27.0.184532577105.issue11340@psf.upfronthosting.co.za>
2011-03-25 22:46:39westley.martinezlinkissue11340 messages
2011-03-25 22:46:39westley.martinezcreate