[Python-checkins] r69630 - python/branches/py3k/Lib/importlib/NOTES

brett.cannon python-checkins at python.org
Sun Feb 15 06:46:50 CET 2009


Author: brett.cannon
Date: Sun Feb 15 06:46:50 2009
New Revision: 69630

Log:
Add a NOTE about the new specific semantics for failed loads.


Modified:
   python/branches/py3k/Lib/importlib/NOTES

Modified: python/branches/py3k/Lib/importlib/NOTES
==============================================================================
--- python/branches/py3k/Lib/importlib/NOTES	(original)
+++ python/branches/py3k/Lib/importlib/NOTES	Sun Feb 15 06:46:50 2009
@@ -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).


More information about the Python-checkins mailing list