[Python-checkins] r58174 - in sandbox/trunk/import_in_py: Py3K/Py3K_TODO TODO

brett.cannon python-checkins at python.org
Mon Sep 17 01:17:17 CEST 2007


Author: brett.cannon
Date: Mon Sep 17 01:17:17 2007
New Revision: 58174

Added:
   sandbox/trunk/import_in_py/TODO   (contents, props changed)
Modified:
   sandbox/trunk/import_in_py/Py3K/Py3K_TODO
Log:
Update TODOs based on the fact that importlib has now been converted to Py3K.


Modified: sandbox/trunk/import_in_py/Py3K/Py3K_TODO
==============================================================================
--- sandbox/trunk/import_in_py/Py3K/Py3K_TODO	(original)
+++ sandbox/trunk/import_in_py/Py3K/Py3K_TODO	Mon Sep 17 01:17:17 2007
@@ -1,15 +1,7 @@
 This doc lists what is left to do before importlib can become the
 "One True Import".  The items in the list must be done in order!
 
-- 2.6-specific
-    * Rewrite (as a whitebox re-engineering job) zipimport.
-        + Pass 2.6 unit tests for the module.
-    * Put into 2.6 stdlib.
-- Py3K-specific
-    * Port to Py3K.
-        + Write script that will copy certain files (i.e., all files that have
-        no Py3K-specific modifications beyond 2to3) and pass through 2to3.
-    * Bootstrap in as default import implementation.
-    * Fix C API to call importlib.
-    * Remove C implementation.
-    * Tune performance.
+* Bootstrap in as default import implementation.
+* Fix C API to call importlib.
+* Remove C implementation.
+* Tune performance.

Added: sandbox/trunk/import_in_py/TODO
==============================================================================
--- (empty file)
+++ sandbox/trunk/import_in_py/TODO	Mon Sep 17 01:17:17 2007
@@ -0,0 +1,2 @@
+* Get zipimport passing 2.6's unit tests.
+* Put importlib into 2.6 stdlib.


More information about the Python-checkins mailing list