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 tarek
Recipients eric.araujo, tarek, techtonik
Date 2010-06-04.10:12:51
SpamBayes Score 0.0053247414
Marked as misclassified No
Message-id <1275646373.25.0.86225977141.issue8891@psf.upfronthosting.co.za>
In-reply-to
Content
by the way, I am not sure what you call a binary sirting of zip files (since two equivalent zip files can have different metadata) but if you mean comparing a unzip -l output, you could use zipinfo instead, to sort the output.

Overall, you need to compare the size and CRC of each file. I don't know if zipinfo does this.

Maybe this could be a feature in the zipfile module in python. a same_archive() function.
History
Date User Action Args
2010-06-04 10:12:53tareksetrecipients: + tarek, techtonik, eric.araujo
2010-06-04 10:12:53tareksetmessageid: <1275646373.25.0.86225977141.issue8891@psf.upfronthosting.co.za>
2010-06-04 10:12:51tareklinkissue8891 messages
2010-06-04 10:12:51tarekcreate