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 dalphus
Recipients dalphus
Date 2015-04-16.20:48:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429217320.26.0.802976363026.issue23976@psf.upfronthosting.co.za>
In-reply-to
Content
When ZipFile.writestr is called with arcname as its first parameter, it creates a ZipInfo object that has 0o0600 << 16 as its external_attr. Files created with write generally have 0o0100600 (S_IFREG is set indicating a regular file). Some archive managers (like Ark) will not populate the extracted file unless it contains this flag.
History
Date User Action Args
2015-04-16 20:48:40dalphussetrecipients: + dalphus
2015-04-16 20:48:40dalphussetmessageid: <1429217320.26.0.802976363026.issue23976@psf.upfronthosting.co.za>
2015-04-16 20:48:40dalphuslinkissue23976 messages
2015-04-16 20:48:39dalphuscreate