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 alexis, brett.cannon, eric.araujo, tarek, westley.martinez
Date 2011-04-01.22:06:47
SpamBayes Score 0.002571247
Marked as misclassified No
Message-id <1301695609.64.0.03019856882.issue11340@psf.upfronthosting.co.za>
In-reply-to
Content
I've already got a patch ready for #11678.

As for checking the compress command, perhaps we can accomplish it by comparing version information of the program:


$ compress --version
compress 1.4
Copyright (C) 2007 Free Software Foundation, Inc.
Copyright (C) 1993 Jean-loup Gailly.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by Jean-loup Gailly.


The last line may be the key. It says Jean-loup Gailly; he invented the gzip compression method, but not the LZW method used by the original compress program.
History
Date User Action Args
2011-04-01 22:06:49westley.martinezsetrecipients: + westley.martinez, brett.cannon, tarek, eric.araujo, alexis
2011-04-01 22:06:49westley.martinezsetmessageid: <1301695609.64.0.03019856882.issue11340@psf.upfronthosting.co.za>
2011-04-01 22:06:48westley.martinezlinkissue11340 messages
2011-04-01 22:06:47westley.martinezcreate