[issue1742205] ZipFile.writestr writes incorrect extended local headers

2014-08-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: For now zip -T doesn't complain. -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka ___ Python tracker ___ __

[issue1742205] ZipFile.writestr writes incorrect extended local headers

2014-06-22 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue1742205] ZipFile.writestr writes incorrect extended local headers

2014-06-22 Thread Zachary Ware
Changes by Zachary Ware : -- versions: +Python 3.4, Python 3.5 -Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list m

[issue1742205] ZipFile.writestr writes incorrect extended local headers

2010-09-17 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +alanmcintyre versions: +Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue1742205] ZipFile.writestr writes incorrect extended local headers

2009-04-06 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This header is optional. From http://www.pkware.com/documents/casestudies/APPNOTE.TXT Although not originally assigned a signature, the value 0x08074b50 has commonly been adopted as a signature value for the data descriptor record. I

[issue1742205] ZipFile.writestr writes incorrect extended local headers

2009-04-06 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed for trunk and py3k. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker