From: Nina Zakharenko Date: Wed, 13 Feb 2019 23:21:17 +0000 (-0800) Subject: bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777) X-Git-Tag: v3.8.0a2~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dc5cb9cb3447211069a7788208254b1cfa8ec98;p=thirdparty%2FPython%2Fcpython.git bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777) --- diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py index 70b706a36ea8..32deef10af9b 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. #