Re: [Python-Dev] Rewrite of import in Python source (sans docs) is complete

2007-01-14 Thread Brett Cannon
On 1/14/07, Calvin Spealman <[EMAIL PROTECTED]> wrote: > I am really looking into get into hacking on CPython And doing the python-dev Summaries will definitely help with that. =) > and I'm keenly > interested in your security work (my top reason for hoping i can make > PyCon. keeping fingers cr

Re: [Python-Dev] Rewrite of import in Python source (sans docs) is complete

2007-01-14 Thread Calvin Spealman
I am really looking into get into hacking on CPython and I'm keenly interested in your security work (my top reason for hoping i can make PyCon. keeping fingers crossed!), so if you need help with this to focus on other things, I'd be delighted to try my hand at the task. Do you have some docs up a

[Python-Dev] Rewrite of import in Python source (sans docs) is complete

2007-01-05 Thread Brett Cannon
Finally, after a few months worth of work, I have finally gotten far enough in my import rewrite that I am willing to stick my neck out and say it is semantically complete! You can find it in the sandbox under import_in_py. So, details of this implementation. I implemented PEP 302 importers/loa