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 eric.araujo
Recipients eric.araujo
Date 2011-09-07.16:06:53
SpamBayes Score 1.5386698e-06
Marked as misclassified No
Message-id <1315411614.16.0.0292960363033.issue12933@psf.upfronthosting.co.za>
In-reply-to
Content
In the past, distutils could use either the zipfile/tarfile modules or the external programs tar, zip and friends.  This is told in the documentation and checked in the tests.

I suspect that the docs and tests are now outdated.  For example, some tests will be skipped if the tar program is not found, even if the code would have used the tarfile module and run successfully.  I’ll look into this for packaging, but I don’t have the time right now to go over the distutils test and docs for 2.7 and 3.2.
History
Date User Action Args
2011-09-07 16:06:54eric.araujosetrecipients: + eric.araujo
2011-09-07 16:06:54eric.araujosetmessageid: <1315411614.16.0.0292960363033.issue12933@psf.upfronthosting.co.za>
2011-09-07 16:06:53eric.araujolinkissue12933 messages
2011-09-07 16:06:53eric.araujocreate