New submission from Rebecca Wallander <sakch...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue45140> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com