Skip to content

Commit fa92f66

Browse files
authored
Update 3.14.rst
1 parent 89dea0b commit fa92f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,9 +2230,9 @@ zipfile
22302230
as used by :func:`ZipFile.writestr <zipfile.ZipFile.writestr>`.
22312231
(Contributed by Bénédikt Tran in :gh:`123424`.)
22322232

2233-
* :meth:`zipfile.ZipFile.writestr` now respects :envvar:`SOURCE_DATE_EPOCH`
2234-
environment variable that distributions can set centrally and have build
2235-
tools consume this in order to produce reproducible output.
2233+
* :meth:`zipfile.ZipFile.writestr` now respects ``SOURCE_DATE_EPOCH`` that
2234+
distributions can set centrally and have build tools consume this in order
2235+
to produce reproducible output.
22362236
(Contributed by Jiahao Li in :gh:`91279`.)
22372237

22382238

0 commit comments

Comments
 (0)