[Python-checkins] r61642 - sandbox/trunk/import_in_py/TODO

brett.cannon python-checkins at python.org
Wed Mar 19 22:26:52 CET 2008


Author: brett.cannon
Date: Wed Mar 19 22:26:51 2008
New Revision: 61642

Modified:
   sandbox/trunk/import_in_py/TODO
Log:
Flesh out todo about getting importlib into 2.6.


Modified: sandbox/trunk/import_in_py/TODO
==============================================================================
--- sandbox/trunk/import_in_py/TODO	(original)
+++ sandbox/trunk/import_in_py/TODO	Wed Mar 19 22:26:51 2008
@@ -1,3 +1,4 @@
-* Put importlib into 2.6 stdlib.
+* Put importlib into 2.6 stdlib after hiding the entire API and exposing only
+  a simple one.
 * For Py3K, always have __file__ point to the .py file if it exists.
 * PEP 366.


More information about the Python-checkins mailing list