Re: [Python-Dev] Update to PEP 366 (Relative imports from the main module)

2007-12-02 Thread Nick Coghlan
Guido van Rossum wrote: > This looks good. Please make the appropriate changes to the PEP and to > PEP 0 to mark it as accepted. I should get to that in the next day or two. Thanks. > I think the implementation is fine too (others will have to check it > more carefully) but I noticed that the pro

Re: [Python-Dev] Update to PEP 366 (Relative imports from the main module)

2007-11-30 Thread Guido van Rossum
This looks good. Please make the appropriate changes to the PEP and to PEP 0 to mark it as accepted. I think the implementation is fine too (others will have to check it more carefully) but I noticed that the promised functionality of -m doesn't work yet: I created a file Lib/test/foo.py whose sol