[issue32170] Contrary to documentation, ZipFile.extract does not extract timestamps or other metadata

2021-10-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker ___

[issue32170] Contrary to documentation, ZipFile.extract does not extract timestamps or other metadata

2018-11-13 Thread Sascha Silbe
Change by Sascha Silbe : -- nosy: +sascha_silbe ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32170] Contrary to documentation, ZipFile.extract does not extract timestamps or other metadata

2017-12-01 Thread SilentGhost
Change by SilentGhost : -- nosy: +alanmcintyre, serhiy.storchaka, twouters ___ Python tracker ___

[issue32170] Contrary to documentation, ZipFile.extract does not extract timestamps or other metadata

2017-11-29 Thread Malcolm Smith
Malcolm Smith added the comment: Related: Issue15795 -- ___ Python tracker ___ ___

[issue32170] Contrary to documentation, ZipFile.extract does not extract timestamps or other metadata

2017-11-29 Thread Malcolm Smith
New submission from Malcolm Smith : The documentation explicitly says "file information is extracted as accurately as possible". But the `zipfile` module doesn't actually extract any metadata at all. I assume this text was copied and pasted from the `tarfile` module,