[issue45140] strict_timestamps for PyZipFile

Rebecca Wallander report at bugs.python.org
Wed Sep 8 13:36:10 EDT 2021


New submission from Rebecca Wallander <sakcheen at gmail.com>:

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.

----------
components: Library (Lib)
messages: 401417
nosy: sakcheen
priority: normal
severity: normal
status: open
title: strict_timestamps for PyZipFile
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45140>
_______________________________________


More information about the Python-bugs-list mailing list