[Python-checkins] r52767 - sandbox/trunk/import_in_py/importer.py

brett.cannon python-checkins at python.org
Thu Nov 16 21:58:46 CET 2006


Author: brett.cannon
Date: Thu Nov 16 21:58:46 2006
New Revision: 52767

Modified:
   sandbox/trunk/import_in_py/importer.py
Log:
Add notes about how to possibly re-implement zip imports.


Modified: sandbox/trunk/import_in_py/importer.py
==============================================================================
--- sandbox/trunk/import_in_py/importer.py	(original)
+++ sandbox/trunk/import_in_py/importer.py	Thu Nov 16 21:58:46 2006
@@ -146,6 +146,13 @@
     - Implement API needed by PyPycHandler for free bytecode recreation.
 + Use PyPycHandler.
 
+zip importer
+------------
++ New importer
++ New loader
+    - Have write_data be a no-op.
++ Reuse PyPycHandler.
+
 """
 from __future__ import with_statement
 


More information about the Python-checkins mailing list