Message 122363 - Python tracker

Message122363

Author brian.curtin
Recipients amaury.forgeotdarc, brian.curtin, giampaolo.rodola, ocean-city
Date 2010-11-25.14:52:13
SpamBayes Score 4.5767406e-06
Marked as misclassified No
Message-id <1290696743.39.0.846660294189.issue8879@psf.upfronthosting.co.za>
In-reply-to
Content
I'll come up with a patch for Amaury's message.

Hirokazu - I didn't see that MSDN page, thanks. Without st_ino, I'll need to find a way around the block of lines 1941-1954 in Lib/tarfile.py. That's what was causing a test failure in the first place because it ends up assuming Windows files are always REGTYPE, which sets some things later on in that function differently than they should be for links, namely tarinfo.size.
History
Date User Action Args
2010-11-25 14:52:23brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, ocean-city, giampaolo.rodola
2010-11-25 14:52:23brian.curtinsetmessageid: <1290696743.39.0.846660294189.issue8879@psf.upfronthosting.co.za>
2010-11-25 14:52:13brian.curtinlinkissue8879 messages
2010-11-25 14:52:13brian.curtincreate