[Python-checkins] r57551 - sandbox/trunk/import_in_py/Py3K_TODO

brett.cannon python-checkins at python.org
Mon Aug 27 07:26:28 CEST 2007


Author: brett.cannon
Date: Mon Aug 27 07:26:27 2007
New Revision: 57551

Modified:
   sandbox/trunk/import_in_py/Py3K_TODO
Log:
Update to remember to run the test against test_zipimport from 2.6.


Modified: sandbox/trunk/import_in_py/Py3K_TODO
==============================================================================
--- sandbox/trunk/import_in_py/Py3K_TODO	(original)
+++ sandbox/trunk/import_in_py/Py3K_TODO	Mon Aug 27 07:26:27 2007
@@ -4,6 +4,7 @@
 - 2.6-specific
     * Rewrite (as a whitebox re-engineering job) zipimport.
         + Existing code (pkgutil, setuptools) access _zip_directory_cache.
+        + Pass 2.6 unit tests for the module.
     * Put into 2.6 stdlib.
 - Py3K-specific
     * Port to Py3K.


More information about the Python-checkins mailing list