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

brett.cannon python-checkins at python.org
Mon Mar 9 08:54:34 CET 2009


Author: brett.cannon
Date: Mon Mar  9 08:54:33 2009
New Revision: 70260

Log:
Clean up importlib NOTES so it only contains short term goals.

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	Mon Mar  9 08:54:33 2009
@@ -23,19 +23,3 @@
 semantics of import that can be referenced from the package's documentation
 (even if it is in the package documentation itself, although it might be best
 in the language specification).
-
-* Write benchmark suite.
-
-* OPTIMIZE!
-
-  + Fast path absolute name.
-  + Fast path pulling from sys.modules.
-
-* Bootstrap importlib as implementation of builtins.__import__
-
-* Replace standard library modules.
-
-  + imp
-  + py_compile
-  + compileall
-  + zipimport


More information about the Python-checkins mailing list