]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Update a docstring to suggest using importlib.import_module instead of calling __impo...
authorBrett Cannon <bcannon@gmail.com>
Wed, 3 Feb 2010 22:11:54 +0000 (22:11 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 3 Feb 2010 22:11:54 +0000 (22:11 +0000)
commit18e4db5ebe8396d06478c0a3fdbf3076e4b747ed
tree4cf486db30d5c483214fc78ef67afb47f2514f51
parentc68e9f0d200751692b9f54db337b80a465667fae
Update a docstring to suggest using importlib.import_module instead of calling __import__ directly.
Lib/test/test_support.py