Message322954
| 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:00 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, petr.viktorin, Dormouse759 |
| 2018-08-02 13:23:00 | serhiy.storchaka | set | messageid: <1533216180.11.0.56676864532.issue34097@psf.upfronthosting.co.za> |
| 2018-08-02 13:23:00 | serhiy.storchaka | link | issue34097 messages |
| 2018-08-02 13:23:00 | serhiy.storchaka | create | |