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 r.david.murray
Recipients Thomas.Sondergaard, r.david.murray
Date 2010-09-11.14:21:42
SpamBayes Score 1.9434988e-07
Marked as misclassified No
Message-id <1284214904.2.0.212137250799.issue9835@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not very familiar with zipfile, but my immediate reaction is, why should it?  It can't know that the file is a unix file, and indeed if the program is running on windows it may not be.

Perhaps instead there's something missing in the API to allow you to set the correct value when using writestr?
History
Date User Action Args
2010-09-11 14:21:44r.david.murraysetrecipients: + r.david.murray, Thomas.Sondergaard
2010-09-11 14:21:44r.david.murraysetmessageid: <1284214904.2.0.212137250799.issue9835@psf.upfronthosting.co.za>
2010-09-11 14:21:42r.david.murraylinkissue9835 messages
2010-09-11 14:21:42r.david.murraycreate