commit | e801aa2a1d291635b3607bc424c639a992799254 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri Jul 29 17:50:58 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri Jul 29 17:50:58 2011 +0200 |
tree | edb3d3b65f45c6e182c34f49d50aa559ffc86399 | |
parent | e64e51bfa78cd8ec046e187a3214cd9d477fc65c [diff] |
Let the doc of __import__ link to importlib (#9254). importlib.import_module eschews a number of issues that __import__ has. Reviewed by Brett Cannon. (The docstring of __import__ was already updated in 3d490c3a019e, for #7397.)