We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feec370 commit c4ce0c6Copy full SHA for c4ce0c6
Doc/library/zipfile.rst
@@ -527,7 +527,8 @@ ZipFile Objects
527
a :exc:`RuntimeError` was raised.
528
529
.. versionchanged:: 3.14
530
- Now respects :envvar:`SOURCE_DATE_EPOCH` environment variable.
+ Now respects the :envvar:`SOURCE_DATE_EPOCH` environment variable. If set, it uses this
531
+ value as the modification timestamp for the file written into the ZIP archive.
532
533
.. method:: ZipFile.mkdir(zinfo_or_directory, mode=511)
534
0 commit comments