Commit 1dc5cb9c authored by Nina Zakharenko's avatar Nina Zakharenko Committed by Brett Cannon

bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777)

parent dcb68f47
...@@ -7,9 +7,9 @@ work. One should use importlib as the public-facing version of this module. ...@@ -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 # IMPORTANT: Whenever making changes to this module, be sure to run a top-level
# a top-level make in order to get the frozen version of the module # `make regen-importlib` followed by `make` in order to get the frozen version
# updated. Not doing so will result in the Makefile to fail for # 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 # all others who don't have a ./python around to freeze the module
# in the early stages of compilation. # in the early stages of compilation.
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment