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 vstinner
Recipients Dormouse759, petr.viktorin, serhiy.storchaka, vstinner
Date 2018-08-02.14:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533219804.03.0.56676864532.issue34097@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy:
>  If add a new option, I prefer to add it to the ZipFile constructor, similarly to allowZip64. 

Aha, that would make sense. I'm not sure that it's useful to control the parameter per added file, it's enough to control the parameter per ZIP archive.

Marcel: would you mind to try to move the strict_timestamps parameter  from ZipFile.write() to ZipFile constructor?
History
Date User Action Args
2018-08-02 14:23:24vstinnersetrecipients: + vstinner, petr.viktorin, serhiy.storchaka, Dormouse759
2018-08-02 14:23:24vstinnersetmessageid: <1533219804.03.0.56676864532.issue34097@psf.upfronthosting.co.za>
2018-08-02 14:23:24vstinnerlinkissue34097 messages
2018-08-02 14:23:23vstinnercreate