]> granicus.if.org Git - python/commit
Since __import__ is not designed for general use, have its docstring point
authorBrett Cannon <bcannon@gmail.com>
Mon, 27 Sep 2010 21:08:38 +0000 (21:08 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 27 Sep 2010 21:08:38 +0000 (21:08 +0000)
commit5305a998d587f7669dd751ccc3f49d6245c60840
treed468558235c2e791c2a873e454a51ef76e053c37
parent1771b54bed1faa2d8216d3d9d76d3f604e93336d
Since __import__ is not designed for general use, have its docstring point
people towards importlib.import_module().

Closes issue #7397.
Misc/NEWS
Python/bltinmodule.c