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 r.david.murray
Recipients michael.foord, pitrou, r.david.murray, rpetrov, tarek, tim.golden, zooko
Date 2009-06-24.20:28:12
SpamBayes Score 6.892876e-05
Marked as misclassified No
Message-id <1245875294.16.0.411455048484.issue6296@psf.upfronthosting.co.za>
In-reply-to
Content
I do not believe it is true that zip is supported by all platforms out
of the box.  As far as I know Gentoo, for example, does not install
unzip by default.  For that matter, before windows XP one had to
download a utility to unzip files on windows (and that utility handles
tar files just fine).  Since there are still a few pre-XP windows boxes
out there, it is not even true to say that all Windows machines handle
zip out of the box.

Personally I would very much dislike it if python source distributions
were zipfiles by default.
History
Date User Action Args
2009-06-24 20:28:14r.david.murraysetrecipients: + r.david.murray, zooko, pitrou, tim.golden, tarek, rpetrov, michael.foord
2009-06-24 20:28:14r.david.murraysetmessageid: <1245875294.16.0.411455048484.issue6296@psf.upfronthosting.co.za>
2009-06-24 20:28:12r.david.murraylinkissue6296 messages
2009-06-24 20:28:12r.david.murraycreate