]> granicus.if.org Git - python/commitdiff
Add a NOTE about the new specific semantics for failed loads.
authorBrett Cannon <bcannon@gmail.com>
Sun, 15 Feb 2009 05:46:50 +0000 (05:46 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 15 Feb 2009 05:46:50 +0000 (05:46 +0000)
Lib/importlib/NOTES

index f1de623b3de371b23502edb9904faea36be81739..22e4d055ef2b69f4218abad0befc2deb5674a1f3 100644 (file)
@@ -1,6 +1,8 @@
 to do
 /////
 
+* Change failed loading based on PEP 302 changes.
+
 * 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).