diff options
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?) |