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 89dea0b commit fa92f66Copy full SHA for fa92f66
Doc/whatsnew/3.14.rst
@@ -2230,9 +2230,9 @@ zipfile
2230
as used by :func:`ZipFile.writestr <zipfile.ZipFile.writestr>`.
2231
(Contributed by Bénédikt Tran in :gh:`123424`.)
2232
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.
+* :meth:`zipfile.ZipFile.writestr` now respects ``SOURCE_DATE_EPOCH`` that
+ distributions can set centrally and have build tools consume this in order
+ to produce reproducible output.
2236
(Contributed by Jiahao Li in :gh:`91279`.)
2237
2238
0 commit comments