[Python-bugs-list] [Bug #116263] Tools/compiler cannot handle "from foo import *"

noreply@sourceforge.net noreply@sourceforge.net
Fri, 6 Oct 2000 11:17:34 -0700


Bug #116263, was updated on 2000-Oct-06 11:17
Here is a current snapshot of the bug.

Project: Python
Category: demos and tools
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Tools/compiler cannot  handle "from foo import *"

Details: Try compiling a file containing "from types import *" to see the
traceback.  The compiler does not seem to know about the 
IMPORT_STAR opcode.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=116263&group_id=5470