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.

classification
Title: strict_timestamps for PyZipFile
Type: Stage:
Components: Library (Lib) Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: sakcheen
Priority: normal Keywords:

Created on 2021-09-08 17:36 by sakcheen, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg401417 - (view) Author: Rebecca Wallander (sakcheen) Date: 2021-09-08 17:36
https://github.com/python/cpython/pull/8270

Above fix solved the problem with pre-1980 files for regular ZipFile, but I still have issues when using PyZipFile object.

https://docs.python.org/3.11/library/zipfile.html#pyzipfile-objects

I would be glad if `strict_timestamps` was added to PyZipFile as well.

The documentation of PyZipFile also states that PyZipFile has the same parameters as ZipFile with the addition of one extra. If this issue can't be fixed in code, at least the documentation should be updated to reflect this is not longer true.
History
Date User Action Args
2022-04-11 14:59:49adminsetgithub: 89303
2021-09-08 17:36:10sakcheencreate