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 lars.gustaebel
Recipients lars.gustaebel, orsenthil, srid
Date 2010-05-18.14:59:35
SpamBayes Score 0.001943551
Marked as misclassified No
Message-id <1274194777.25.0.611451217401.issue8741@psf.upfronthosting.co.za>
In-reply-to
Content
@senthil: Yes, this is a platform-specific problem. The code that is failing is in fact supposed to somehow "emulate" symlink and hardlink extraction on platforms that don't support these, e.g. Windows. What tarfile is trying to do here is to extract links as if they were regular files.

@sridhar: Thanks for the detailed report. I am currently working on the problem.
History
Date User Action Args
2010-05-18 14:59:37lars.gustaebelsetrecipients: + lars.gustaebel, orsenthil, srid
2010-05-18 14:59:37lars.gustaebelsetmessageid: <1274194777.25.0.611451217401.issue8741@psf.upfronthosting.co.za>
2010-05-18 14:59:35lars.gustaebellinkissue8741 messages
2010-05-18 14:59:35lars.gustaebelcreate