]> granicus.if.org Git - python/commitdiff
Add a NOTE that alternative VMs should be supported by importlib in a nicer
authorBrett Cannon <bcannon@gmail.com>
Mon, 9 Feb 2009 21:51:29 +0000 (21:51 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 9 Feb 2009 21:51:29 +0000 (21:51 +0000)
fashion by factoring out bytecode support.

Lib/importlib/NOTES

index 6512d931d69e0152affed8813d4b80d2ac16f600..f1de623b3de371b23502edb9904faea36be81739 100644 (file)
@@ -1,6 +1,10 @@
 to do
 /////
 
+* Refactor source/bytecode finder/loader code such that bytecode support is a
+  subclass of source support (makes it nicer for VMs that don't use CPython
+  bytecode).
+
 * Implement PEP 302 protocol for loaders (should just be a matter of testing).
 
     + Built-in.