This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, georg.brandl, ncoghlan
Date 2008-02-23.03:07:26
SpamBayes Score 0.05327647
Marked as misclassified No
Message-id <1203736048.31.0.626157991813.issue1877@psf.upfronthosting.co.za>
In-reply-to
Content
Nick, you are right about sys.exit().  I did to much C programming 
lately and forgot that sys.exit() does not exit. :-)

I understood your comment as saying that 'importer' points to a valid 
importer.  Now I understand that with the present state of the code, 
that would only be the case when running a zip file.  Now it all makes 
sense.

I still wonder if the case of a bona fide importer could be handled 
without a sys.path mutating trick by simply calling importer-
>find_module.
History
Date User Action Args
2008-02-23 03:07:28belopolskysetspambayes_score: 0.0532765 -> 0.05327647
recipients: + belopolsky, georg.brandl, ncoghlan
2008-02-23 03:07:28belopolskysetspambayes_score: 0.0532765 -> 0.0532765
messageid: <1203736048.31.0.626157991813.issue1877@psf.upfronthosting.co.za>
2008-02-23 03:07:27belopolskylinkissue1877 messages
2008-02-23 03:07:26belopolskycreate