]> granicus.if.org Git - python/commit
Move importlib completely over to using rpartition and accepting the empty
authorBrett Cannon <bcannon@gmail.com>
Sat, 7 Feb 2009 01:52:25 +0000 (01:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 7 Feb 2009 01:52:25 +0000 (01:52 +0000)
commit06c9d96b7033a70922851d7dfe23e74e73ddd287
treef8e66db58a2fc1ed9508e45db64507a916130ab7
parentd94e558fdc58d0a15545e858cc47eabe7ee7f38d
Move importlib completely over to using rpartition and accepting the empty
string for top-level modules.
Lib/importlib/NOTES
Lib/importlib/_bootstrap.py
Lib/importlib/test/extension/test_loader.py
Lib/importlib/test/source/test_loader.py