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 giampaolo.rodola
Recipients giampaolo.rodola, lars.gustaebel, nnorwitz, pje
Date 2008-01-22.16:39:44
SpamBayes Score 0.08167486
Marked as misclassified No
Message-id <1201019986.15.0.19403724875.issue1886@psf.upfronthosting.co.za>
In-reply-to
Content
> I just did some tests and could not find any major difference. 
> Which are the differences you found?

diff utility doesn't provide any output since the compared files are
binary. As far as I can tell the two files have a different size
(tarfile generates a little bigger file).
Moreover, by using 7zip on Windows 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

...while the archive generated with the UNIX tar utility looks like this:

archive_name.tar -> archive_name (directory) -> other subfiles

> BTW, in your patch the "dist" directory is not automatically created.

You're right. patch2.zip file in attachment fixes that.
History
Date User Action Args
2008-01-22 16:39:46giampaolo.rodolasetspambayes_score: 0.0816749 -> 0.08167486
recipients: + giampaolo.rodola, nnorwitz, pje, lars.gustaebel
2008-01-22 16:39:46giampaolo.rodolasetspambayes_score: 0.0816749 -> 0.0816749
messageid: <1201019986.15.0.19403724875.issue1886@psf.upfronthosting.co.za>
2008-01-22 16:39:44giampaolo.rodolalinkissue1886 messages
2008-01-22 16:39:44giampaolo.rodolacreate