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 loewis
Recipients lars.gustaebel, loewis, zooko
Date 2008-05-31.06:14:26
SpamBayes Score 0.39163664
Marked as misclassified No
Message-id <1212214471.04.0.343014537057.issue3016@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce this. If I do

py> import tarfile
py> t=tarfile.open("pyOpenSSL-0.6.tar.gz","r:*")
py> t.extractall()
py>

it extracts just fine, and sets the s-bits. I've used the file at

http://downloads.sourceforge.net/pyopenssl/pyOpenSSL-0.6.tar.gz?modtime=1092355200&big_mirror=0
History
Date User Action Args
2008-05-31 06:14:31loewissetspambayes_score: 0.391637 -> 0.39163664
recipients: + loewis, zooko, lars.gustaebel
2008-05-31 06:14:31loewissetspambayes_score: 0.391637 -> 0.391637
messageid: <1212214471.04.0.343014537057.issue3016@psf.upfronthosting.co.za>
2008-05-31 06:14:30loewislinkissue3016 messages
2008-05-31 06:14:28loewiscreate