summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-09-27-13-14-15.bpo-34022.E2cl0r.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-09-27-13-14-15.bpo-34022.E2cl0r.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-09-27-13-14-15.bpo-34022.E2cl0r.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-27-13-14-15.bpo-34022.E2cl0r.rst b/Misc/NEWS.d/next/Library/2018-09-27-13-14-15.bpo-34022.E2cl0r.rst
deleted file mode 100644
index efebb84..0000000
--- a/Misc/NEWS.d/next/Library/2018-09-27-13-14-15.bpo-34022.E2cl0r.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-The :envvar:`SOURCE_DATE_EPOCH` environment variable no longer overrides the
-value of the *invalidation_mode* argument to :func:`py_compile.compile`, and
-determines its default value instead.