importlib.__import__() now raises ValueError when level < 0.
This is to bring it more in line with what PEP 328 set out to do with removing ambiguous absolute/relative import semantics.
Showing
Please register or sign in to comment
This is to bring it more in line with what PEP 328 set out to do with removing ambiguous absolute/relative import semantics.