Douglas Mayle <[EMAIL PROTECTED]> added the comment:

I ran python through a debugger and found that the exceptions module is
imported automatically at load time.  Because of this, when "import
exceptions" is parsed, the module is already loaded, and PyImport_Import
is not called.  In order to correct this, we'll have to either catch
this at the AST, or just handle it in 2to3...

----------
nosy: +douglas

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2350>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to