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

brett.cannon python-checkins at python.org
Sun Jan 18 01:36:55 CET 2009


Author: brett.cannon
Date: Sun Jan 18 01:36:55 2009
New Revision: 68702

Log:
NOTES for importlib should mention the ultimate end-goal for the package.


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 Jan 18 01:36:55 2009
@@ -76,3 +76,5 @@
       - __import__
       - import_module (backport to 2.7)
       - resolve_name (backport to 2.7)
+
+* Bootstrap importlib as implementation of builtins.__import__


More information about the Python-checkins mailing list