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 98f4a10 commit afb06e9Copy full SHA for afb06e9
Doc/library/zipfile.rst
@@ -537,9 +537,9 @@ ZipFile objects
537
a :exc:`RuntimeError` was raised.
538
539
.. versionchanged:: 3.14
540
- Now respects the :envvar:`SOURCE_DATE_EPOCH` environment variable. If set, it uses this
541
- value as the modification timestamp for the file written into the ZIP archive,
542
- instead of using the current time.
+ Now respects the :envvar:`SOURCE_DATE_EPOCH` environment variable.
+ If set, it uses this value as the modification timestamp for the file
+ written into the ZIP archive, instead of using the current time.
543
544
.. method:: ZipFile.mkdir(zinfo_or_directory, mode=511)
545
0 commit comments