summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0a2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.7.0a2.rst')
-rw-r--r--Misc/NEWS.d/3.7.0a2.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.7.0a2.rst b/Misc/NEWS.d/3.7.0a2.rst
index 6df7715..7784bb7 100644
--- a/Misc/NEWS.d/3.7.0a2.rst
+++ b/Misc/NEWS.d/3.7.0a2.rst
@@ -166,7 +166,8 @@ special method lookups. Patch by Stefan Behnel.
.. section: Core and Builtins
Add ``-X importtime`` option to show how long each import takes. It can be
-used to optimize application's startup time.
+used to optimize application's startup time. Support the
+:envvar:`PYTHONPROFILEIMPORTTIME` as an equivalent way to enable this.
..