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 Dormouse759, petr.viktorin, serhiy.storchaka, vstinner
Date 2018-08-02.13:23:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533216180.11.0.56676864532.issue34097@psf.upfronthosting.co.za>
In-reply-to
Content
If add a new option, I prefer to add it to the ZipFile constructor, similarly to allowZip64. Initially allowZip64 was False by default, because not all third-party tools supported ZIP64 extension. Later the default was changed to True, but you still can force raising an error if the archive is not compatible with old tools. I think the same policy should be applied here. Add the ability of writing date before 1980, and add an option for raising an error for date before 1980.
History
Date User Action Args
2018-08-02 13:23:00serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, petr.viktorin, Dormouse759
2018-08-02 13:23:00serhiy.storchakasetmessageid: <1533216180.11.0.56676864532.issue34097@psf.upfronthosting.co.za>
2018-08-02 13:23:00serhiy.storchakalinkissue34097 messages
2018-08-02 13:23:00serhiy.storchakacreate