Brett Cannon
|
13d8ff9c5b
|
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
conform the the InspectLoader ABC. Perk of this is that runpy/-m can
now work with namespace packages.
|
2013-06-16 14:56:58 -04:00 |
Brett Cannon
|
ed19fcec89
|
Fix another import error.
|
2012-07-20 15:42:34 -04:00 |
Eric V. Smith
|
714370fad1
|
Give test directory a more reasonable name.
|
2012-06-24 19:55:18 -04:00 |
Eric V. Smith
|
e51a36922f
|
Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name.
|
2012-06-24 19:13:55 -04:00 |
Eric V. Smith
|
f879e32cc5
|
Added test for namespace package dynamic path updates.
|
2012-05-25 11:25:27 -04:00 |
Eric V. Smith
|
984b11f88f
|
issue 14660: Implement PEP 420, namespace packages.
|
2012-05-24 20:21:04 -04:00 |