Author ronaldoussoren
Recipients
Date 2006-02-05.14:35:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=580910

Martin,

Thank you for investigating this. It seems to me that my original patch should 
be save then, it sets the creator_system to unix on unix-y systems only. 

The current version of zipfile sets the higher 16 bits external_attr to the file 
mode as returned os.stat and doesn't set the lower bits at all (the comment 
mentions 'unix attributes').

As you already noticed zipfile doesn't set any other attributes, such as user 
and group, and IMHO that wouldn't be very useful for most usecases anyway.
History
Date User Action Args
2007-08-23 15:45:31adminlinkissue1412872 messages
2007-08-23 15:45:31admincreate