diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-03-02 14:38:26 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-03-02 14:38:26 (GMT) |
commit | 57b46f5b0ed0314c3733b96e6ce2f99d526db4ed (patch) | |
tree | a84b9665135a7478047086574e01c8409d5e1f3f /Lib/importlib/NOTES | |
parent | 4d4975c0e4eaed9c79cae3e01d96ad89d08e7757 (diff) | |
download | cpython-57b46f5b0ed0314c3733b96e6ce2f99d526db4ed.zip cpython-57b46f5b0ed0314c3733b96e6ce2f99d526db4ed.tar.gz cpython-57b46f5b0ed0314c3733b96e6ce2f99d526db4ed.tar.bz2 |
Expose importlib.util.set___package__.
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r-- | Lib/importlib/NOTES | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 22103a1..72b7da8 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -1,10 +1,6 @@ to do ///// -* Implement PEP 302 protocol for loaders (should just be a matter of testing). - - + Source/bytecode. - * Public API left to expose (w/ docs!) + abc @@ -27,27 +23,15 @@ to do * get_code * get_source - - (?) SourceLoader(ResourceLoader) + - PyLoader(ResourceLoader) * source_path - * bytecode_path - * write_bytecode (not abstract) - - + util - - - set___package__ decorator - + machinery + - PyPycLoader(PyLoader) - - Extensions importers - - * ExtensionFinder - * (?) Loader - - - Source/bytecode importers - - * SourceFinder - * (?) Loader + * source_mtime + * bytecode_path + * write_bytecode + test (Really want to worry about compatibility with future versions?) |