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 ronaldoussoren
Recipients
Date 2006-01-23.14:48:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch updates the contructor of zipfile.ZipInfo to initialize the 
create_system attribute to 3 instead of 0 on systems that are not 
Windows.

Without this patch the unzip command won't honour the file mode that is 
stored in the zip file.
History
Date User Action Args
2007-08-23 15:45:31adminlinkissue1412872 messages
2007-08-23 15:45:31admincreate