Brett Cannon
|
1c1dcbfd5d
|
Trying to import a submodule from another module and not a package was raising
AttributeError in importlib when it should be an ImportError.
Found when running importlib against test_runpy.
|
2009-08-30 20:22:21 +00:00 |
Brett Cannon
|
2153dc001f
|
Move over to using assertRaises as a context manager for importlib tests.
Obviously one shouldn't do whole sale conversions like this, but I was already
going through the test code and I was bored at the airport.
|
2009-08-27 23:49:21 +00:00 |
Benjamin Peterson
|
c9c0f201fe
|
convert old fail* assertions to assert*
|
2009-06-30 23:06:06 +00:00 |
Brett Cannon
|
d720b36248
|
Move import semantic util code to importlib.test.import_.util.
|
2009-02-01 04:28:04 +00:00 |
Brett Cannon
|
bcb26c53c0
|
Rename importlib.test.support to importlib.test.util.
|
2009-02-01 04:00:05 +00:00 |
Brett Cannon
|
23cbd8a656
|
Add initial implementation of importlib. See the NOTES files for what is
planned for the package.
There are no docs yet, but they are coming once the API for the first new
function, importlib.import_module() is finalized.
|
2009-01-18 00:24:28 +00:00 |