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 tarek
Date 2009-04-04.08:31:37
SpamBayes Score 1.9894921e-06
Marked as misclassified No
Message-id <1238833900.11.0.222660239752.issue5685@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, Distutils makes a system call to tar files, using the tar
command. Let's use Python's tarinfo module, so we don't rely on the tar
program anymore.
History
Date User Action Args
2009-04-04 08:31:40tareksetrecipients: + tarek
2009-04-04 08:31:40tareksetmessageid: <1238833900.11.0.222660239752.issue5685@psf.upfronthosting.co.za>
2009-04-04 08:31:38tareklinkissue5685 messages
2009-04-04 08:31:38tarekcreate