Skip to content

Commit c4ce0c6

Browse files
authored
Update zipfile.rst
1 parent feec370 commit c4ce0c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/zipfile.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ ZipFile Objects
527527
a :exc:`RuntimeError` was raised.
528528

529529
.. versionchanged:: 3.14
530-
Now respects :envvar:`SOURCE_DATE_EPOCH` environment variable.
530+
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.
531532

532533
.. method:: ZipFile.mkdir(zinfo_or_directory, mode=511)
533534

0 commit comments

Comments
 (0)