commit | ddb5e70e025074320ab9db26f5109e626c3291be | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Feb 03 22:16:11 2010 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Feb 03 22:16:11 2010 +0000 |
tree | f945706ba864454ff69eb5c8f7de64d69e0a4b7e | |
parent | 63187670ef91ab764047be7b0fd409e12d739598 [diff] |
Merged revisions 77956-77957 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77956 | brett.cannon | 2010-02-03 14:11:54 -0800 (Wed, 03 Feb 2010) | 1 line Update a docstring to suggest using importlib.import_module instead of calling __import__ directly. ........ r77957 | brett.cannon | 2010-02-03 14:13:44 -0800 (Wed, 03 Feb 2010) | 1 line Fix a typo in a docstring introduced in r77956. ........