commit | 5305a998d587f7669dd751ccc3f49d6245c60840 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Sep 27 21:08:38 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Sep 27 21:08:38 2010 +0000 |
tree | d468558235c2e791c2a873e454a51ef76e053c37 | |
parent | 1771b54bed1faa2d8216d3d9d76d3f604e93336d [diff] |
Since __import__ is not designed for general use, have its docstring point people towards importlib.import_module(). Closes issue #7397.