On 8/20/06, Osvaldo Santana <[EMAIL PROTECTED]> wrote: > On 8/20/06, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > Excellent! I'm adding Brett to the CC's. > > Cool. Has Brett planned something to this rewrite?
I'm not sure exactly what you are asking. It's mostly planned to be a re-implementation of the current behaviour in python. Hopefully various corner-cases will be cleaned up/documented and generally smooth over some of the differences between importing a file from the file system and a zip package. I don't think he's started any of this yet, beyond looking at the PyPy implementation. It helps him in his work to sandbox Python. Also, various optimizations or playing with different semantics become much easier if import is implemented in python. n _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
