]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename importlib.util.ModuleManager to module_to_load so that the name
authorBrett Cannon <brett@python.org>
Thu, 30 May 2013 21:31:47 +0000 (17:31 -0400)
committerBrett Cannon <brett@python.org>
Thu, 30 May 2013 21:31:47 +0000 (17:31 -0400)
commit357c9fb0556e0ec9d440a4874b6af19d7b0bee7b
tree9eaf7e79f980770c75961a06ce92a8f647b10dad
parent335ab5b66f432ae3713840ed2403a11c368f5406
Rename importlib.util.ModuleManager to module_to_load so that the name
explains better what the context manager is providing.
Doc/library/importlib.rst
Lib/importlib/_bootstrap.py
Lib/importlib/util.py
Lib/test/test_importlib/test_util.py
Misc/NEWS
Python/importlib.h