[Python-Dev] Importing .pyc in -O mode and vice versa

Steve Holden steve at holdenweb.com
Sun Nov 5 10:13:38 CET 2006


[Off-list]
Brett Cannon wrote:
[...]
> 
> Hopefully my import rewrite is flexible enough that people will be able 
> to plug in their own importer/loader for the filesystem so that they can 
> tune how things like this are handled (e.g., caching what files are in a 
> directory, skipping bytecode files, etc.).
> 
I just wondered whether you plan to support other importers of the PEP 
302 style? I have been experimenting with import from database, and 
would like to see that work migrate to your rewrite if possible.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb       http://holdenweb.blogspot.com
Recent Ramblings     http://del.icio.us/steve.holden



More information about the Python-Dev mailing list