]> granicus.if.org Git - python/commit
Refactor source and bytecode file loaders in importlib so that there
authorBrett Cannon <bcannon@gmail.com>
Sat, 21 Feb 2009 05:41:15 +0000 (05:41 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 21 Feb 2009 05:41:15 +0000 (05:41 +0000)
commit91cf882b367644ece7f121cd22fc43c2f439a2d5
tree29ed464e53b9c2aa142077091f71e8c2c96d8665
parent0515619dbc0c11818fa15785e40491cf8d01042f
Refactor source and bytecode file loaders in importlib so that there
are source-only and source/bytecode loaders.
Lib/importlib/NOTES
Lib/importlib/_bootstrap.py
Lib/importlib/test/source/test_loader.py
Lib/importlib/test/source/test_source_encoding.py