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 serhiy.storchaka
Recipients altendky, serhiy.storchaka, xtreak
Date 2018-09-07.20:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536352831.66.0.56676864532.issue34606@psf.upfronthosting.co.za>
In-reply-to
Content
The value of the extra attribute is not an arbitrary bytes object. It is a sequence of blocks in the following format: 16-bit identifier followed by 16-bit size of the block followed by the specified amount of bytes. Your example creates invalid ZIP file.
History
Date User Action Args
2018-09-07 20:40:31serhiy.storchakasetrecipients: + serhiy.storchaka, altendky, xtreak
2018-09-07 20:40:31serhiy.storchakasetmessageid: <1536352831.66.0.56676864532.issue34606@psf.upfronthosting.co.za>
2018-09-07 20:40:31serhiy.storchakalinkissue34606 messages
2018-09-07 20:40:31serhiy.storchakacreate