]> granicus.if.org Git - python/commitdiff
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777)
authorNina Zakharenko <nzakharenko@gmail.com>
Wed, 13 Feb 2019 23:21:17 +0000 (15:21 -0800)
committerBrett Cannon <brettcannon@users.noreply.github.com>
Wed, 13 Feb 2019 23:21:17 +0000 (15:21 -0800)
Lib/importlib/_bootstrap.py

index 70b706a36ea86670ea5e226c18b97a555218188b..32deef10af9ba06d4365300bc3fb8c80b70cb49a 100644 (file)
@@ -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.
 #