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

brett.cannon python-checkins at python.org
Sat Feb 21 03:51:13 CET 2009


Author: brett.cannon
Date: Sat Feb 21 03:51:12 2009
New Revision: 69831

Log:
Minor NOTES changes for importlib.


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	Sat Feb 21 03:51:12 2009
@@ -65,7 +65,6 @@
 
     + machinery
 
-        - (?) Chained path hook/finder
         - Extensions importers
 
             * ExtensionFinder
@@ -76,7 +75,7 @@
             * SourceFinder
             * (?) Loader
 
-    + test
+    + test (Really want to worry about compatibility with future versions?)
 
         - abc
 


More information about the Python-checkins mailing list