summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
diff options
context:
space:
mode:
authorNina Zakharenko <nzakharenko@gmail.com>2019-02-13 23:21:17 (GMT)
committerBrett Cannon <brettcannon@users.noreply.github.com>2019-02-13 23:21:17 (GMT)
commit1dc5cb9cb3447211069a7788208254b1cfa8ec98 (patch)
tree26fd76123d90eb2283b1047b1d887e2db7e5d04e /Lib/importlib
parentdcb68f47f74b0cc8a1896d4a4c5a6b83c0bbeeae (diff)
downloadcpython-1dc5cb9cb3447211069a7788208254b1cfa8ec98.zip
cpython-1dc5cb9cb3447211069a7788208254b1cfa8ec98.tar.gz
cpython-1dc5cb9cb3447211069a7788208254b1cfa8ec98.tar.bz2
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777)
Diffstat (limited to 'Lib/importlib')
-rw-r--r--Lib/importlib/_bootstrap.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
index 70b706a..32deef1 100644
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -7,9 +7,9 @@ work. One should use importlib as the public-facing version of this module.
"""
#
-# IMPORTANT: Whenever making changes to this module, be sure to run
-# a top-level make in order to get the frozen version of the module
-# updated. Not doing so will result in the Makefile to fail for
+# IMPORTANT: Whenever making changes to this module, be sure to run a top-level
+# `make regen-importlib` followed by `make` in order to get the frozen version
+# of the module updated. Not doing so will result in the Makefile to fail for
# all others who don't have a ./python around to freeze the module
# in the early stages of compilation.
#