diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index f6ec33640b60d2..02b4cb7bee4860 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -526,6 +526,10 @@ ZipFile Objects a closed ZipFile will raise a :exc:`ValueError`. Previously, a :exc:`RuntimeError` was raised. + .. versionchanged:: 3.14 + 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. + .. method:: ZipFile.mkdir(zinfo_or_directory, mode=511) Create a directory inside the archive. If *zinfo_or_directory* is a string,