]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow importlib.__import__ to accept any iterable for fromlist. Discovered when
authorBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 18:28:46 +0000 (18:28 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 30 Aug 2009 18:28:46 +0000 (18:28 +0000)
commit9e0e1a63c840b4d0fdf4d088ad4da2db7918f8a0
tree18de2506ed9ceb344eb6a3c6b81f4f820a3d2137
parent12c3fc934376d89168f5b072a833aa7bdd4ecd60
Allow importlib.__import__ to accept any iterable for fromlist. Discovered when
running importlib against test___all__.
Lib/importlib/_bootstrap.py
Lib/importlib/test/import_/test_fromlist.py
Misc/NEWS