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 techtonik
Recipients akuchling, giampaolo.rodola, lars.gustaebel, nnorwitz, pje, techtonik
Date 2008-12-26.16:12:15
SpamBayes Score 2.9488822e-06
Marked as misclassified No
Message-id <1230307938.01.0.145565416806.issue1886@psf.upfronthosting.co.za>
In-reply-to
Content
I attach an improved patch1886.use.tarfile.module.diff that fixes all
bugs addressed in this issue.

It also removes second call to compression program leaving that
privilege to tar.

>  I notice that the archive generated by tarfile module looks
> different. Once I open it I see the following structure:
>
> dist (directory) -> archive_name.tar -> archive_name (directory)
> -> other subfiles

This bug is illustrated and patched (not released yet as somebody needs
to reopen it) in issue 1885. The extra path component is taken from the
name passed to GzipFile.
History
Date User Action Args
2008-12-26 16:12:18techtoniksetrecipients: + techtonik, akuchling, nnorwitz, pje, lars.gustaebel, giampaolo.rodola
2008-12-26 16:12:18techtoniksetmessageid: <1230307938.01.0.145565416806.issue1886@psf.upfronthosting.co.za>
2008-12-26 16:12:16techtoniklinkissue1886 messages
2008-12-26 16:12:16techtonikcreate