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 kmtracey
Recipients Aaron.Train, Claudiu.Popa, Glenn.Jones, Orborde, arobert, belopolsky, bwanamarko, cbrannon, desaintmartin, kmtracey, lars.gustaebel, pitrou, r.david.murray, ronaldoussoren, serhiy.storchaka, swarren, techtonik, uruz
Date 2016-12-24.04:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482553627.77.0.0169249093551.issue15795@psf.upfronthosting.co.za>
In-reply-to
Content
Note the zipfile being processed may have been created on a non-Unix system, and the external_attr value can't be usefully interpreted as permission bits when the value at _CD_CREATE_SYSTEM (https://hg.python.org/cpython/file/default/Lib/zipfile.py#l107) in the central directory entry is not Unix (3). Patches so far don't seem to guard against mistakenly assuming a foreign-system external_attr value can be interpreted as Unix permission bits.

(At present github is delivering zipfiles of repos with a create system value of 0 and external_attr values of 0.)
History
Date User Action Args
2016-12-24 04:27:08kmtraceysetrecipients: + kmtracey, ronaldoussoren, belopolsky, lars.gustaebel, pitrou, techtonik, swarren, cbrannon, r.david.murray, Claudiu.Popa, serhiy.storchaka, uruz, Aaron.Train, desaintmartin, bwanamarko, Orborde, Glenn.Jones, arobert
2016-12-24 04:27:07kmtraceysetmessageid: <1482553627.77.0.0169249093551.issue15795@psf.upfronthosting.co.za>
2016-12-24 04:27:07kmtraceylinkissue15795 messages
2016-12-24 04:27:07kmtraceycreate